Show
Ignore:
Timestamp:
04/04/07 02:48:59 (20 months ago)
Author:
cfriesen
Message:

Get rid of the PHP short tags..

Location:
trunk/gregarius/themes
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/web/pagination.php

    r1671 r1699  
    11<div class="frame pagenavigation top" style="display:inline;float:right;font-size:small;padding: 0.4em !important;background-color: #f4f4f4;"> 
    2 <?= __('Skip to page: '); ?> 
     2<?php print(__('Skip to page: ')); ?> 
    33<?php foreach (rss_itemlist_navigation_pages() as $i => $page) {  
    44        list($url,$iscurrent,$gap) = $page; 
     
    88            <strong><?php echo $i+1; ?></strong> 
    99        <?php } else { ?> 
    10             <a href="<? echo $url; ?>"><?php echo $i+1; ?></a> 
     10            <a href="<?php echo $url; ?>"><?php echo $i+1; ?></a> 
    1111        <?php } ?> 
    1212<?php } ?> 
  • trunk/gregarius/themes/lilina/web/item.php

    r1561 r1699  
    6262    </div> 
    6363</li> 
    64 <? 
     64<?php 
    6565} 
    6666else { 
     
    118118    </div> 
    119119</li> 
    120 <? 
     120<?php 
    121121} 
    122122?>