~simontol/+junk/orobikfilm

« back to all changes in this revision

Viewing changes to app/views/elements/fsidebar.ctp

  • Committer: Simone Tolotti
  • Date: 2009-04-01 14:52:15 UTC
  • Revision ID: simone.tolotti@gmail.com-20090401145215-oldvqm9db9m4vnfc
sistemato CSS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ul>
2
 
                <li><?php echo $html->link('Tutti',array('action'=>'index')) ?></li>
3
 
                <?php foreach ($categories as $fcat): ?>
4
 
                    <li><?php echo $html->link($fcat['Category']['title'], 'tag/'.$fcat['Category']['slug']) ?></li>
5
 
                <?php endforeach; ?>
6
 
</ul>