/settings.php. If it does not exists, * copy and translate the English one. Don't forget to mail your translation * to * ARSAVA * Thanks :-D. * * * LICENSE: This file is open source software (OSS) and may be copied under * certain conditions. See COPYING file for details or try to contact * the author(s) of this file in doubt. * * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) * @author ARSAVA * @link https://www.dokuwiki.org/template:prsnl10 * @link https://www.dokuwiki.org/devel:configuration */ //check if we are running within the DokuWiki environment if (!defined("DOKU_INC")){ die(); } //header navigation $meta["prsnl10_headernav"] = array("onoff"); $meta["prsnl10_headernav_location"] = array("string"); //custom copyright notice $meta["prsnl10_copyright"] = array("onoff"); $meta["prsnl10_copyright_default"] = array("onoff"); $meta["prsnl10_copyright_location"] = array("string"); //custom footer content $meta["prsnl10_footer"] = array("onoff"); $meta["prsnl10_footer_location"] = array("string"); //other stuff $meta["prsnl10_showpageinfo"] = array("onoff"); $meta["prsnl10_hideadminlinksfromanon"] = array("onoff"); $meta["prsnl10_loaduserjs"] = array("onoff");