aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-04-04 15:33:51 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-04-04 15:33:51 -0400
commit7d6b289671c51694f17dd5f9849abf2534b55e59 (patch)
tree5a7a841cdacae65ea59ab965dd9d718e9e62085e /phpBB/includes/functions_acp.php
parent714fafe106a1b30d299f2e29588c0d73d6ec44b5 (diff)
parent21639d5d5481ac5457e3b38bb848671f8be7b07b (diff)
downloadforums-7d6b289671c51694f17dd5f9849abf2534b55e59.tar
forums-7d6b289671c51694f17dd5f9849abf2534b55e59.tar.gz
forums-7d6b289671c51694f17dd5f9849abf2534b55e59.tar.bz2
forums-7d6b289671c51694f17dd5f9849abf2534b55e59.tar.xz
forums-7d6b289671c51694f17dd5f9849abf2534b55e59.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10607] Added 'Powered by' translation string. Conflicts: phpBB/adm/index.php phpBB/language/en/common.php
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index 03dec1787a..dc61859363 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -131,6 +131,7 @@ function adm_page_footer($copyright_html = true)
'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '',
'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',
'S_COPYRIGHT_HTML' => $copyright_html,
+ 'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group'),
'T_JQUERY_LINK' => ($config['load_jquery_cdn'] && !empty($config['load_jquery_url'])) ? $config['load_jquery_url'] : "{$phpbb_root_path}assets/javascript/jquery.js",
'S_JQUERY_FALLBACK' => ($config['load_jquery_cdn']) ? true : false,
'VERSION' => $config['version'])