====== Zero Template ======
---- template ----
Author_mail: massou@gmail.com JM Massou
Description: A Zero cool template
LastUpdate_dt: 2008-12-04
Compatible: Look at dependencies
Template_tags: zero,compliant
Screenshot_img: http://massou.tk/v2/lib/exe/fetch.php?media=blogw:zero.jpg&.jpg
----
{{http://massou.tk/v2/lib/exe/fetch.php?media=blogw:zero.jpg&.jpg?250}}
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 : [[:images#dynamic_images]] ... a good trick to embed dynamic image.
===== Dependencies =====
* DokuWiki
* You need this plugin : [[plugin:displaywikipage]]
===== Download and Install ======
Use the following URL to download this template:
* [[http://massou.tk/v2/lib/exe/fetch.php?id=blogw%3Ai_have_made_zero_faults&cache=cache&media=blogw:zero.zip|Zero.Zip]]
Refer to [[:template]] on how to install and use templates in DokuWiki.
===== Dynamics Menu =====
* Create three pages under the root namespace of your Wiki :
- **Head** : will be display on all the pages of the Wiki
- **menuL** : will be display only in the current namespace and under namespace if this namespace haven't a **menuL** page.
- **menuR** : will be display only in the current namespace and under namespace if this namespace haven't a **menuR** page.
^ head ^^^
^ \\ \\ menuL \\ \\ | \\ Current Name \\ Space ^ \\ menuR ^
===== Sites using this Template =====
* http://massou.tk((this site is back to default but a copy persist there http://massou.tk/jmwiki/))
* http://momas.fr (My Home :!=)(We, prefer simple a really good template)
===== CODE =====
* The Head include in Main.php :
* The menuL include in Main.php :
";
if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page($pmenu);
echo " ";
}
?>
* The menuR include in Main.php :
";
if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page($pmenu);
echo " ";
}
?>