summaryrefslogtreecommitdiff
path: root/apps/wman/section_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wman/section_list.tpl')
-rwxr-xr-xapps/wman/section_list.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/wman/section_list.tpl b/apps/wman/section_list.tpl
deleted file mode 100755
index 299d613..0000000
--- a/apps/wman/section_list.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-<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>