Changeset 15 for trunk/apps/snippets/templates/layout.php
- Timestamp:
- 08/29/06 12:02:05 (5 years ago)
- Files:
-
- trunk/apps/snippets/templates/layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/snippets/templates/layout.php
r2 r15 23 23 <li><?php echo link_to('latest snippets', '@homepage') ?></li> 24 24 <li><?php echo link_to('popular snippets', '@snippet_list?sort=popularity') ?></li> 25 <li><?php echo link_to('snippet tags', 'tag/index') ?></li> 25 26 </ul> 26 27 <?php include_component_slot('sidebar') ?>
