mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
change template, no themes
This commit is contained in:
parent
deecd28cf7
commit
41aa9f74ea
137 changed files with 3972 additions and 4082 deletions
|
@ -71,11 +71,11 @@ function _notify($msg, $type = 'e')
|
|||
}
|
||||
|
||||
require_once('system/vendors/smarty/libs/Smarty.class.php');
|
||||
$_theme = APP_URL . '/ui/theme/' . $config['theme'];
|
||||
$_theme = APP_URL . '/ui/ui';
|
||||
$lan_file = 'system/lan/' . $config['language'] . '/common.lan.php';
|
||||
require($lan_file);
|
||||
$ui = new Smarty();
|
||||
$ui->setTemplateDir('ui/theme/' . $config['theme'] . '/');
|
||||
$ui->setTemplateDir('ui/ui/');
|
||||
$ui->setCompileDir('ui/compiled/');
|
||||
$ui->setConfigDir('ui/conf/');
|
||||
$ui->setCacheDir('ui/cache/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue