More wman updates, new search functionality and handle better corner cases.

This commit is contained in:
Uriel 2009-03-13 10:51:07 +00:00
parent 8488a0b651
commit 3836ee8f56
3 changed files with 23 additions and 6 deletions

View file

@ -4,6 +4,8 @@
% for(c in $wman_cat_list) {
<li><a href="%($c%)/"><b>Section: %($c%)</b></a>
% wman_get_section_desc $c
% if(~ $status '' '|')
% echo '(<a href="'$c'/intro">intro</a>)'
</li>
% }
</ul>