New branding and copyright

This commit is contained in:
Yuriy Pikhtarev 2017-01-22 00:38:22 +03:00
commit 24769ef9df
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
15 changed files with 28 additions and 32 deletions

View file

@ -32,7 +32,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
if (!empty($template)) {
$template->assign_vars(array(
'SIMPLE_FOOTER' => !empty($gen_simple_header),
'POWERED' => base64_decode($lang['POWERED']),
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.me">TorrentPier</a> &copy; 2005-' . date('Y'),
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
'ADMIN_LINK_HREF' => "admin/index.php",
));