====== Zero Template ====== ---- template ---- description : A Zero cool template author : JM Massou email : massou@gmail.com lastupdate : 2008-12-04 compatible : 2014-09-29d "Hrun" depends : plugin:displaywikipage conflicts : similar : tags : zero downloadurl : https://trello.com/1/cards/5d7422716c4bcf7ed1788568/attachments/5d74227db672a17d2cc2bb3b/download/zero.zip bugtracker : # eg. https://github.com/example/dokuwiki-template-sample/issues sourcerepo : # eg. https://github.com/example/dokuwiki-template-sample/ donationurl : # eg. https://www.paypal.com/... screenshot_img: https://trello.com/1/cards/5d7422716c4bcf7ed1788568/attachments/657dcf2405f4d2566a614856/download/zero-template.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 : [[: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: * [[https://trello.com/1/cards/5d7422716c4bcf7ed1788568/attachments/5d74227db672a17d2cc2bb3b/download/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 " "; } ?>