~paninapthemes/paninapthemes/qp-templates-main

« back to all changes in this revision

Viewing changes to nonzero/page.main.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:
68
68
                                                <?php
69
69
                                                // display author/creator of item
70
70
                                                $Item->author( array(
71
 
                                                        'before' => '<li class="date">'.T_('Posted by').' ',
 
71
                                                        'before' => '<li class="date">'.$Template->T_('Posted by').' ',
72
72
                                                ) );
73
73
                                        
74
74
                                                // display issue date/time of item
75
75
                                                $Item->issue_date( array(
76
 
                                                        'before' => /* TRANS: date */ T_('on').' ',
 
76
                                                        'before' => /* TRANS: date */ $Template->T_('on').' ',
77
77
                                                        'after' => '</li>',
78
78
                                                        'date_format' => 'm.d.Y',
79
79
                                                ) );
96
96
                        
97
97
                                        // display the item's tags
98
98
                                        $Item->tags( array(
99
 
                                        'before' => '<div class="posttags">'.T_('Tags').': ',
 
99
                                        'before' => '<div class="posttags">'.$Template->T_('Tags').': ',
100
100
                                        'after' => '</div>',
101
101
                                        ) );
102
102
                                        ?>
105
105
                                                <?php
106
106
                                                // display and link categories by name
107
107
                                                $Item->categories( array(
108
 
                                                        'before' => T_('In').' ',
 
108
                                                        'before' => $Template->T_('In').' ',
109
109
                                                ) );
110
110
                                
111
111
                                                // display link to edit this item