Jahreszahl Footer dynamisch
This commit is contained in:
@ -13,7 +13,8 @@ $smarty = new SmartyAdmin();
|
||||
$templatename = substr(basename($_SERVER['PHP_SELF']), 0, -3) . "html";
|
||||
require_once "../language/german.inc.php";
|
||||
|
||||
|
||||
$jahr = date("Y");
|
||||
$smarty->assign('jahr', "$jahr");
|
||||
|
||||
$smarty->assign('action', "$action");
|
||||
$smarty->display("modern/dashboard/$templatename");
|
||||
|
Reference in New Issue
Block a user