summaryrefslogtreecommitdiff
path: root/apps/wman/section_list.tpl
blob: 299d613ab8a7fdd413942a62f3b31eb2cb2e62fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<h1>Manual Sections</h1>

<ul style="text-transform: capitalize;">
% 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>