~paninapthemes/paninapthemes/qp-templates-main

« back to all changes in this revision

Viewing changes to gestured/single.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:
55
55
                                                <?php
56
56
                                                // display issue date/time of item
57
57
                                                $Item->issue_date( array(
58
 
                                                        'before' => /* TRANS: date */ T_('Posted on').' ',
 
58
                                                        'before' => /* TRANS: date */ $Template->T_('Posted on').' ',
59
59
                                                        'after' => '',
60
60
                                                        'date_format' => 'F jS, Y',
61
61
                                                ) );
62
62
 
63
63
                                                // display author/creator of item
64
64
                                                $Item->author( array(
65
 
                                                        'before' => ' '.T_('by').' ',
 
65
                                                        'before' => ' '.$Template->T_('by').' ',
66
66
                                                ) );
67
67
                                                ?>
68
68
                                        </p>
76
76
                                
77
77
                                        // display the item's tags
78
78
                                        $Item->tags( array(
79
 
                                                'before' => '<p class="byline">'.T_('Tags').': ',
 
79
                                                'before' => '<p class="byline">'.$Template->T_('Tags').': ',
80
80
                                                'after' => '</p>',
81
81
                                        ) );
82
82
                                        ?>
85
85
                                                <?php
86
86
                                                // display and link categories by name
87
87
                                                $Item->categories( array(
88
 
                                                        'before' => T_('In').' ',
 
88
                                                        'before' => $Template->T_('In').' ',
89
89
                                                ) );
90
90
 
91
91
                                                // display link to (and count of) comments and trackbacks