mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update terms.php
This commit is contained in:
parent
531d6a740d
commit
91a512ce6d
@ -11,7 +11,7 @@ $user->session_start();
|
|||||||
if (!$bb_cfg['terms'] && !IS_ADMIN) redirect('index.php');
|
if (!$bb_cfg['terms'] && !IS_ADMIN) redirect('index.php');
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'TERMS_EDIT' => bbcode2html(sprintf($lang['TERMS_EMPTY_TEXT'], $domain_name)),
|
'TERMS_EDIT' => bbcode2html(sprintf($lang['TERMS_EMPTY_TEXT'], make_url('admin/admin_terms.php'))),
|
||||||
'TERMS_HTML' => bbcode2html($bb_cfg['terms']),
|
'TERMS_HTML' => bbcode2html($bb_cfg['terms']),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user