Show
Ignore:
Timestamp:
08/29/06 12:02:05 (5 years ago)
Author:
fabien
Message:

changed the sidebar tag list to a cloud, added a new tag list page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/snippets/templates/layout.php

    r2 r15  
    2323    <li><?php echo link_to('latest snippets', '@homepage') ?></li> 
    2424    <li><?php echo link_to('popular snippets', '@snippet_list?sort=popularity') ?></li> 
     25    <li><?php echo link_to('snippet tags', 'tag/index') ?></li> 
    2526  </ul> 
    2627  <?php include_component_slot('sidebar') ?>