Skip to content

Commit

Permalink
Minor fixes (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Apr 4, 2023
1 parent c011d71 commit 3afd4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/includes/page_footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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(
'SIMPLE_FOOTER' => !empty($gen_simple_header),
Expand Down

0 comments on commit 3afd4c2

Please sign in to comment.