* @link https://www.dokuwiki.org/template:monobook * @link https://www.dokuwiki.org/devel:configuration */ //check if we are running within the DokuWiki environment if (!defined("DOKU_INC")){ die(); } //note: The buttons will be rendered in the order they were defined. Means: // first button will be rendered first, last button will be rendered at // last. //W3C CSS validator button $_monobook_btns["valid_css"]["img"] = DOKU_TPL."static/img/button-css.png"; $_monobook_btns["valid_css"]["href"] = "http://jigsaw.w3.org/css-validator/check/referer"; $_monobook_btns["valid_css"]["width"] = 80; $_monobook_btns["valid_css"]["height"] = 15; $_monobook_btns["valid_css"]["title"] = "Valid CSS"; $_monobook_btns["valid_css"]["nofollow"] = true; //examples: uncomment to see what is happening /* //button using all attributes $_monobook_btns["example1"]["img"] = DOKU_TPL."user/img/yourButtonHere.png"; $_monobook_btns["example1"]["href"] = "http://www.example.com"; $_monobook_btns["example1"]["width"] = 80; $_monobook_btns["example1"]["height"] = 15; $_monobook_btns["example1"]["title"] = "Example button"; $_monobook_btns["example1"]["nofollow"] = false; */ /* //button using only mandatory attributes $_monobook_btns["example2"]["img"] = DOKU_TPL."user/img/yourButtonHere.png"; $_monobook_btns["example2"]["href"] = "http://www.example.com"; */