This the template of my Home Website. I have just to say that it is my first Zero Fault, W3C and CSS DokuWiki compliant template that I made with. Just for Fun and pleasure for the next Hacker of the original DokuWiki “Default” Template could do with it. PS : dynamic_images … a good trick to embed dynamic image.
Use the following URL to download this template:
Refer to template on how to install and use templates in DokuWiki.
| head | ||
|---|---|---|
| menuL | Current Name Space | menuR |
<?php if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page("head");?>
<?php $pmenu = ":menuL"; if (getNS($ID)) $pmenu = ":".getNS($ID).":menuL"; if (!page_exists($pmenu)) $pmenu = ":menuL"; if (page_exists($pmenu)){ echo "<div class=\"menuL\" > "; if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page($pmenu); echo "</div> "; } ?>
<?php $pmenu = ":menuR"; if (getNS($ID)) $pmenu = ":".getNS($ID).":menuR"; if (page_exists($pmenu)){ echo "<div class=\"menuR\" > "; if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page($pmenu); echo "</div> "; } ?>