'order_by' => 'alpha',
'order' => SORT_ASC
) ); ?>
- <? $dirs = get_dirs('', array('recursive'=>0)); ?>
+<li><a href="/projects/">projects</a></li>
+<li><a href="/bio">about</a></li>
+<li><a href="/tag">tag</a></li>
+ <?
+ /*
+$dirs = get_dirs('', array('recursive'=>0)); ?>
<? foreach($dirs as $e) : ?>
<? if ($e->entry->hide) continue; ?>
<li><a href="<?=$e->url?>"><?=$e->title?></a>
</li>
- <? endforeach; ?>
+ <? endforeach;
+
+?>
<? foreach($en as $e) : ?>
<? if ($e->hide) continue; ?>
<li>
<a <?=$request['basename'] == $e->title ? 'class="selected"' : ''?> href="<?=$e->url?>"><?=$e->title?></a>
<? if ($e->title == 'tag' && isset($tag)): ?> <span class="tag"><?=$tag;?></span><? endif; ?>
</li>
- <? endforeach; ?>
+ <? endforeach;
+*/ ?>
<? //} ?>
<!--