aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-30 13:10:35 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-30 13:10:35 +0000
commitb8b791977b4d9fada4ef811651b9ac310df6f53e (patch)
tree8dcbe6099ca8b542134eb93dc0f866f2bcdccc7e /modules/phpbb
parenta330aede065bbd1631d24054158b6fdfebd228a7 (diff)
downloadpuppet-b8b791977b4d9fada4ef811651b9ac310df6f53e.tar
puppet-b8b791977b4d9fada4ef811651b9ac310df6f53e.tar.gz
puppet-b8b791977b4d9fada4ef811651b9ac310df6f53e.tar.bz2
puppet-b8b791977b4d9fada4ef811651b9ac310df6f53e.tar.xz
puppet-b8b791977b4d9fada4ef811651b9ac310df6f53e.zip
fix template syntax
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/templates/forums_redirect.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/phpbb/templates/forums_redirect.conf b/modules/phpbb/templates/forums_redirect.conf
index 451be7a3..24747b4c 100644
--- a/modules/phpbb/templates/forums_redirect.conf
+++ b/modules/phpbb/templates/forums_redirect.conf
@@ -1,2 +1,2 @@
-Redirect /$lang $url
-Redirect /$lang/ $url
+Redirect /<%= lang %> <%= url %>
+Redirect /<%= lang %>/ <%= url %>