aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-14 10:11:34 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-14 10:11:34 +0000
commit7c6229784bd2f451f3addcac211507289fa5b712 (patch)
tree9e89a0c8b0c4498ee9194a24d6b1c9ed8a8896ea /phpBB
parent918e66758795f744092fce2d423f6d43bb00b7c0 (diff)
downloadforums-7c6229784bd2f451f3addcac211507289fa5b712.tar
forums-7c6229784bd2f451f3addcac211507289fa5b712.tar.gz
forums-7c6229784bd2f451f3addcac211507289fa5b712.tar.bz2
forums-7c6229784bd2f451f3addcac211507289fa5b712.tar.xz
forums-7c6229784bd2f451f3addcac211507289fa5b712.zip
add back links
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9976 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/captcha_gd_acp.html1
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php1
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/captcha_gd_acp.html b/phpBB/adm/style/captcha_gd_acp.html
index d1f50bc899..be715401db 100644
--- a/phpBB/adm/style/captcha_gd_acp.html
+++ b/phpBB/adm/style/captcha_gd_acp.html
@@ -1,6 +1,7 @@
<!-- INCLUDE overall_header.html -->
<a name="maincontent"></a>
+ <a href="{U_ACTION}" style="float: {S_CONTENT_FLOW_END};">&laquo; {L_BACK}</a>
<h1>{L_ACP_VC_SETTINGS}</h1>
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php
index 863d31a45d..a85566deff 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php
@@ -140,6 +140,7 @@ class phpbb_captcha_gd extends phpbb_default_captcha
$template->assign_vars(array(
'CAPTCHA_PREVIEW' => $this->get_demo_template($id),
'CAPTCHA_NAME' => $this->get_class_name(),
+ 'U_ACTION' => $module->u_action,
));
}
}
diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
index 3634869a06..bd965fb10e 100644
--- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
@@ -117,6 +117,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
$template->assign_vars(array(
'CAPTCHA_PREVIEW' => $this->get_demo_template($id),
'CAPTCHA_NAME' => $this->get_class_name(),
+ 'U_ACTION' => $module->u_action,
));
}