1
0
mirror of synced 2024-12-16 08:06:02 +03:00
doctrine2/website/apps/frontend/templates/_menu.php
2007-08-31 23:41:48 +00:00

8 lines
372 B
PHP

<ul>
<li id="first"><?php echo link_to('home', '@homepage'); ?></li>
<li><?php echo link_to('about', '@about'); ?></li>
<li><?php echo link_to('download', '@download'); ?></li>
<li><?php echo link_to('manual', '@manual'); ?></li>
<li><?php echo link_to('api docs', '@api_documentation'); ?></li>
<li id="last"><?php echo link_to('trac', '@trac'); ?></li>
</ul>