mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Minor fixes (#124)
This commit is contained in:
parent
c011d71b89
commit
3afd4c2112
@ -6,7 +6,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
|
|||||||
|
|
||||||
if (!empty($template))
|
if (!empty($template))
|
||||||
{
|
{
|
||||||
$birthday_tp = ((string)date('d.m') === '04.04') ? ' | 🎉🍰💚' : null;
|
$birthday_tp = ((string)bb_date(TIMENOW, 'd.m', false) === '04.04') ? ' | 🎉🍰💚' : null;
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'SIMPLE_FOOTER' => !empty($gen_simple_header),
|
'SIMPLE_FOOTER' => !empty($gen_simple_header),
|
||||||
|
Loading…
Reference in New Issue
Block a user