* @link http://andreas-haerter.com/projects/dokuwiki-template-monobook * @link http://www.dokuwiki.org/template:monobook * @link http://www.dokuwiki.org/devel:configuration */ //check if we are running within the DokuWiki environment if (!defined("DOKU_INC")){ die(); } //note: The boxes will be rendered in the order they were defined. Means: // first box will be rendered first, last box will be rendered at last. //examples: uncomment to see what is happening /* $_monobook_boxes["example1"]["headline"] = "Hello World!"; $_monobook_boxes["example1"]["xhtml"] = "DokuWiki with monobook... rules!"; */ /* //QR-Code of the current page (thanks to Luigi Micco for this) $_monobook_boxes["qrcode"]["headline"] = "QR-Code"; $_monobook_boxes["qrcode"]["xhtml"] = 'QR-Code: '.wl(cleanID(getId()), false, true).'

QR Code by QR-Server

'; */ /* $_monobook_boxes["example2"]["headline"] = "Some links"; $_monobook_boxes["example2"]["xhtml"] = ""; */ /* $_monobook_boxes["example3"]["headline"] = "Buttons"; $_monobook_boxes["example3"]["xhtml"] = "\"Donate\""; */ /* //include the content of another wiki page (you have to create it first, for //sure. In this example, the page "wiki:your_page_here" is used) $_monobook_boxes["example4"]["headline"] = "wiki:your_page_here"; $_monobook_boxes["example4"]["xhtml"] = tpl_include_page("wiki:your_page_here", false); */