diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-30 13:10:35 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-30 13:10:35 +0000 |
commit | b8b791977b4d9fada4ef811651b9ac310df6f53e (patch) | |
tree | 8dcbe6099ca8b542134eb93dc0f866f2bcdccc7e /modules/phpbb | |
parent | a330aede065bbd1631d24054158b6fdfebd228a7 (diff) | |
download | puppet-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.conf | 4 |
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 %> |