summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-29 19:15:13 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-29 19:15:13 +0000
commit91e9045718073c3a4ad4ce581e9192f0a87baaf7 (patch)
tree248ff6ed7a5c86b84765ef1e1ecbd214151ef0d4 /lib/plugins/config/lang/en
parent3b9a3b55d79835f89ea33233f4703361be4ba5f9 (diff)
downloadrpg-91e9045718073c3a4ad4ce581e9192f0a87baaf7.tar.gz
rpg-91e9045718073c3a4ad4ce581e9192f0a87baaf7.tar.bz2
added two new config options: tagline and sidebar
Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index a075d7cc2..74ec56345 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -62,6 +62,8 @@ $lang['cookiedir'] = 'Cookie path. Leave blank for using baseurl.';
$lang['start'] = 'Start page name';
$lang['title'] = 'Wiki title';
$lang['template'] = 'Template';
+$lang['tagline'] = 'Tagline (if template supports it)';
+$lang['sidebar'] = 'Sidebar page name (if template supports it), empty field disables the sidebar';
$lang['license'] = 'Under which license should your content be released?';
$lang['fullpath'] = 'Reveal full path of pages in the footer';
$lang['recent'] = 'Recent changes';