
Compatible with DokuWiki
2014-09-29d "Hrun"
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
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 |
Head
include in main.php
:<?php if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page("head");?>
menuL
include in main.php
:<?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> "; } ?>
menuR
include in main.php
:<?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> "; } ?>