Show
Ignore:
Timestamp:
06/19/07 13:04:29 (18 months ago)
Author:
cfriesen
Message:

Fix the PHP short tags in the mobile theme.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/mobile/navitem.php

    r1615 r1737  
    55$ak = ++$GLOBALS['__ak__']; 
    66?> 
    7 <p><span>[<?= $ak; ?>] </span><a accesskey="<?= $ak; ?>" href="<?php echo rss_nav_item_href(); ?>"><?php echo rss_nav_item_label(); ?></a></p> 
     7<p><span>[<?php print($ak); ?>] </span><a accesskey="<?php print($ak); ?>" href="<?php echo rss_nav_item_href(); ?>"><?php echo rss_nav_item_label(); ?></a></p>