show expire informatin in admin and parent view

This commit is contained in:
Tóth Richárd
2019-08-02 17:40:16 +02:00
parent 4858a9a638
commit defc7635b4
3 changed files with 34 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ order by object_date ASC;
}
$smarty->assign('news_array',$news_array);
$smarty->assign('user',$user);
//$smarty->assign('balance', $balance);
$smarty->display('user_diary.tpl');