Table of Contents

Zero Template

Compatible with DokuWiki

Look at dependencies

template A Zero cool template

Last updated on
2008-12-04

Tagged with compliant, zero

zero.jpg_.jpg

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.

Dependencies

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in DokuWiki.

Dynamics Menu

head


menuL


Current Name
Space

menuR

Sites using this Template

CODE

<?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> ";		
	}
?>
1) this site is back to default but a copy persist there http://massou.tk/jmwiki/