summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2010-12-05 13:01:15 +0000
committerAnika Henke <anika@selfthinker.org>2010-12-05 13:01:15 +0000
commitafe47fae3b5d4dbb4c209df698b72d4f2e716ad7 (patch)
tree2d10ce2685f345ab21c894d6a25d756dcceeb6f1 /lang
parentc21fe1fab827d3d35d3cf59b0f6403f005e86df2 (diff)
downloadrpg-afe47fae3b5d4dbb4c209df698b72d4f2e716ad7.tar.gz
rpg-afe47fae3b5d4dbb4c209df698b72d4f2e716ad7.tar.bz2
made template functions more flexible
* attention: incompatible to previous version! * introduced _tpl_action() (wrapper similar to tpl_action()) * improved discussion and user page functions * made them work independent from config * added full control to how the page links are built (with placeholders @ID@ and @USER@) * config option changes: removed 'discussNSreverse', renamed 'discussionNS' and 'userNS' to 'discussionPage' and 'userPage'
Diffstat (limited to 'lang')
-rw-r--r--lang/en/settings.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/en/settings.php b/lang/en/settings.php
index e2fde20c4..356e95234 100644
--- a/lang/en/settings.php
+++ b/lang/en/settings.php
@@ -5,8 +5,7 @@
*/
$lang['tagline'] = 'Tagline';
-$lang['discussionNS'] = 'Discussion namespace (leave empty to disable discussions)';
-$lang['discussNSreverse'] = 'Reverse discussion namespace? (e.g. &quot;foo:bar:discussion&quot; instead of &quot;discussion:foo:bar&quot;)';
-$lang['userNS'] = 'User namespace (leave empty to disable user pages)';
+$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)';
+$lang['userPage'] = 'User page (leave empty to disable user pages)';
$lang['sidebarID'] = 'page name of page included in sidebar';
$lang['hideTools'] = 'Hide tools when not logged in?';