1<?php 2/** 3 * License: GPL 2 (http://www.gnu.org/licenses/gpl.html) 4 * 5 * configuration file for template "r7throot2" 6 * 7 * @author: Oscar M. Lage <r0sk@userlinux.net> 8 */ 9 10/** 11 * This text is placed in "keywords" meta tag 12 */ 13$conf['tpl_rsk']['keywords'] = 'dokuwiki,template'; 14 15/** 16 * This text is placed in "description" meta tag 17 */ 18$conf['tpl_rsk']['description'] = 'Oscar M. Lage Template - Userlinux.net'; 19 20/** 21 * This Text is displayed in footer 22 */ 23$conf['tpl_rsk']['footer'] = '© 2007 by <a href="http://www.userlinux.net">r0sk</a>'; 24 25/** 26 * Displays Wiki Bar (Recent Changes, Old Version, Login) 27 */ 28$conf['tpl_rsk']['wikiBar'] = true; 29?> 30