summaryrefslogtreecommitdiffstats
path: root/pages/content/Modules.xml
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-12-09 02:18:00 +0100
committerneoraider <devnull@localhost>2006-12-09 02:18:00 +0100
commit7be63518bdb86fb747dda20918ef6eab3d30e40c (patch)
treee9239af6d9efa6d7a2129adb71ca77fb25a0f59d /pages/content/Modules.xml
parentfa39bfd963d7d05335d968b0efdfd9bb9a40f132 (diff)
downloadneon-7be63518bdb86fb747dda20918ef6eab3d30e40c.tar
neon-7be63518bdb86fb747dda20918ef6eab3d30e40c.zip
?bersetzung vereinfacht; alle Seiten ?bersetzt
Diffstat (limited to 'pages/content/Modules.xml')
-rw-r--r--pages/content/Modules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/content/Modules.xml b/pages/content/Modules.xml
index 86a031b..f8f52e2 100644
--- a/pages/content/Modules.xml
+++ b/pages/content/Modules.xml
@@ -12,9 +12,9 @@
<?PHP
Uses('links');
- $title = 'Module';
+ $title = '{{Modules}}';
- echo '<h2>Module</h2>';
+ echo '<h2>{{Modules}}</h2>';
$modules = array_keys($GLOBALS['modules']->modules);
unset($modules[array_search('base', $modules)]);