Init
This commit is contained in:
14
backend/resources/content/html_footer.php
Normal file
14
backend/resources/content/html_footer.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
if (!defined('PICONTROL')) exit();
|
||||
|
||||
$tpl = new PiTpl;
|
||||
|
||||
global $globalLanguage;
|
||||
|
||||
$tpl->assign('errorHandler', urlencode(base64_encode(json_encode($tplErrorHandler))));
|
||||
$tpl->assign('version', $tplConfig['version']['version']);
|
||||
$tpl->assign('helpLink', $tplConfig['url']['help'].getURLLangParam(false, true, true));
|
||||
$tpl->assign('language', $globalLanguage);
|
||||
|
||||
$tpl->draw('html_footer');
|
||||
?>
|
||||
Reference in New Issue
Block a user