diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-04-04 15:22:00 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-04-04 15:22:00 -0400 |
| commit | 21639d5d5481ac5457e3b38bb848671f8be7b07b (patch) | |
| tree | 79e63102a7e10a36b40330bb40e5ea28cbba18c9 /phpBB/includes/functions.php | |
| parent | 14e727b8345e7933662a2b363736866966996839 (diff) | |
| parent | 0ceb77fb995e7433242a87c1fe0c22840a2b23e1 (diff) | |
| download | forums-21639d5d5481ac5457e3b38bb848671f8be7b07b.tar forums-21639d5d5481ac5457e3b38bb848671f8be7b07b.tar.gz forums-21639d5d5481ac5457e3b38bb848671f8be7b07b.tar.bz2 forums-21639d5d5481ac5457e3b38bb848671f8be7b07b.tar.xz forums-21639d5d5481ac5457e3b38bb848671f8be7b07b.zip | |
Merge remote-tracking branch 'Fyorl/ticket/10607' into develop-olympus
* Fyorl/ticket/10607:
[ticket/10607] Added 'Powered by' translation string.
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0320230a7d..ce80dc4a66 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4738,6 +4738,7 @@ function page_footer($run_cron = true) $template->assign_vars(array( 'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '', 'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '', + 'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group'), 'U_ACP' => ($auth->acl_get('a_') && !empty($user->data['is_registered'])) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '') ); |
