~quam-plures-core/quam-plures/qp-bug_526380

« back to all changes in this revision

Viewing changes to inc/items/views/_item_list_full.view.php

  • Committer: Tilman Blumenbach
  • Author(s): EdB
  • Date: 2010-06-27 09:58:00 UTC
  • mfrom: (7493.2.1 pingbacks_b_gone)
  • Revision ID: tilman@ax86.net-20100627095800-7yv2v9ywv969wpi6
Merged pingbacks_b_gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
319
319
                        ?>
320
320
                        <div class="bFeedback">
321
321
                        <a id="comments"></a>
322
 
                        <h4><?php echo T_('Comments'), ', ', T_('Trackbacks'), ', ', T_('Pingbacks') ?>:</h4>
 
322
                        <h4><?php echo T_('Comments'), ', ', T_('Trackbacks') ?>:</h4>
323
323
                        <?php
324
324
                        global $CommentList;
325
325
 
326
 
                        $CommentList = new CommentList( NULL, "'comment','trackback','pingback'", array(), $Item->ID, '', 'ASC' );
 
326
                        $CommentList = new CommentList( NULL, "'comment','trackback'", array(), $Item->ID, '', 'ASC' );
327
327
 
328
328
                        $CommentList->display_if_empty( array(
329
329
                                        'before'    => '<div class="bComment"><p>',