]> git.quilime.com - plog.git/commitdiff
updates
authorGabriel Dunne <gdunne@quilime.com>
Tue, 3 Jan 2012 07:35:23 +0000 (23:35 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 3 Jan 2012 07:35:23 +0000 (23:35 -0800)
templates/nav.html.tpl

index db4d193cf4ab412d35bb6b76777f85b403eee326..64bc3f6b6faa0b3eabb82abb8fe9eebc63f5c274 100644 (file)
@@ -5,11 +5,13 @@
 
     <br />
 
+       <small>categories</small>
        <? $dirs = get_dirs("", array('recursive' => 0)); ?>
        <? foreach($dirs as $dir) : ?>
        <li><a href="<?=$dir['url']?>"><?=$dir['name']?></a></li>
        <? endforeach; ?>
 
+       <small><br /></small>
     <li><a href="/projects/">projects</a></li>
        <li><a href="/photo/">photo</a></li>
        <li><a href="/agg/">aggregate</a></li>