Lines Matching refs:conf

36 $conf["vector_userpage"]    = 1; //1: use/show user pages
37 $conf["vector_userpage_ns"] = ":wiki:user:"; //namespace to use for user page storage
40 $conf["vector_discuss"] = 1; //1: use/show discussion pages
41 $conf["vector_discuss_ns"] = ":talk:"; //namespace to use for discussion page storage
44 $conf["vector_sitenotice"] = 1; //1: use/show sitenotice
45 $conf["vector_sitenotice_location"] = ":wiki:site_notice"; //page/article used to store the siteno…
46 $conf["vector_sitenotice_translate"] = 1; //1: load translated sitenotice if translation plugin is …
49 $conf["vector_navigation"] = 1; //1: use/show navigation
50 $conf["vector_navigation_location"] = ":wiki:navigation"; //page/article used to store the navigat…
51 $conf["vector_navigation_translate"] = 1; //1: load translated navigation if translation plugin is …
54 $conf["vector_exportbox"] = 1; //1: use/show exportbox
55 $conf["vector_exportbox_default"] = 1; //1: use default exportbox (if exportbox is enabled at all)
56 $conf["vector_exportbox_location"] = ":wiki:exportbox"; //page/article used to store a custom expor…
59 $conf["vector_toolbox"] = 1; //1: use/show toolbox
60 $conf["vector_toolbox_default"] = 1; //1: use default toolbox (if toolbox is enabled at all)
61 $conf["vector_toolbox_location"] = ":wiki:toolbox"; //page/article used to store a custom toolbox
64 $conf["vector_qrcodebox"] = 1; //1: use/show box with QR Code of current page's URL
67 $conf["vector_copyright"] = 1; //1: use/show copyright notice
68 $conf["vector_copyright_default"] = 1; //1: use default copyright notice (if copyright notice is …
69 $conf["vector_copyright_location"] = ":wiki:copyright"; //page/article used to store a custom copy…
70 $conf["vector_copyright_translate"] = 1; //1: load translated copyright notice if translation plugi…
73 $conf["vector_donate"] = 0; //1: use/show donation link/button
74 $conf["vector_donate_url"] = "https://donate.arsava.com/dokuwiki-template-vector/"; //custom donati…
77 $conf["vector_toc_position"] = "article"; //article: show TOC embedded within the article; "sidebar…
80 $conf["vector_breadcrumbs_position"] = "bottom"; //position of breadcrumbs navigation ("top" or "b…
81 $conf["vector_youarehere_position"] = "top"; //position of "you are here" navigation ("top" or "b…
82 $conf["vector_cite_author"] = "Anonymous Contributors"; //name to use for the author on t…
83 $conf["vector_loaduserjs"] = 0; //1: vector/user/user.js will be loaded
84 $conf["vector_closedwiki"] = 0; //1: hides most tabs/functions until user is logged in