From b8b791977b4d9fada4ef811651b9ac310df6f53e Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 30 May 2011 13:10:35 +0000 Subject: fix template syntax --- modules/phpbb/templates/forums_redirect.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/phpbb') 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 %> -- cgit v1.2.1