]> git.quilime.com - plog.git/commitdiff
updated nav with correct function for dirs
authorGabriel Dunne <gdunne@quilime.com>
Sun, 11 Jul 2010 00:16:30 +0000 (17:16 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 11 Jul 2010 00:16:30 +0000 (17:16 -0700)
templates/nav.html.tpl

index 53d8efdc39b3e8688c6879b664b47550bed3e706..c423896fdafc090e44cca3a8f566055c81a8bfa1 100644 (file)
@@ -6,9 +6,9 @@
        
        <h3>categories</h3>
        
-       <? $categories = get_content_folders(); ?>
-       <? foreach($categories as $cat) : ?>
-       <li><a href="<?=$cat['url']?>"><?=$cat['title']?></a></li>
+       <? $dirs = get_dirs(); ?>
+       <? foreach($dirs as $dir) : ?>
+       <li><a href="<?=$dir?>"><?=$dir?></a></li>
        <? endforeach; ?>
        
        <br />