~paninapthemes/paninapthemes/qp-templates-main

« back to all changes in this revision

Viewing changes to nonzero/_item_block.inc.php

  • Committer: JC John Sese Cuneta
  • Date: 2010-08-14 15:34:18 UTC
  • Revision ID: jcjohn.sesecuneta@laibcoms.com-20100814153418-7og2jzccu4f0xerf
gestured: fixed missing closing divs
gestured: added $Template->
nonzero: added $Template->

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        { // this is *not* an 'intro' item
48
48
                // display author/creator of item
49
49
                $Item->author( array(
50
 
                        'before' => '<li class="date">'.T_('Posted by').' ',
 
50
                        'before' => '<li class="date">'.$Template->T_('Posted by').' ',
51
51
                ) );
52
52
        
53
53
                // display issue date/time of item
54
54
                $Item->issue_date( array(
55
 
                        'before' => /* TRANS: date */ T_('on').' ',
 
55
                        'before' => /* TRANS: date */ $Template->T_('on').' ',
56
56
                        'after' => '</li>',
57
57
                        'date_format' => 'm.d.Y',
58
58
                ) );
75
75
 
76
76
        // display the item's tags
77
77
        $Item->tags( array(
78
 
                'before' => '<div class="posttags">'.T_('Tags').': ',
 
78
                'before' => '<div class="posttags">'.$Template->T_('Tags').': ',
79
79
                'after' => '</div>',
80
80
        ) );
81
81
        ?>
86
86
        { // this is *not* an 'intro' item
87
87
                // display and link categories by name
88
88
                $Item->categories( array(
89
 
                        'before' => T_('In').' ',
 
89
                        'before' => $Template->T_('In').' ',
90
90
                ) );
91
91
        
92
92
                // display link to edit this item