mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Stay Collapse
This commit is contained in:
parent
3c9b05468e
commit
1022674780
3 changed files with 34 additions and 4 deletions
|
@ -165,7 +165,7 @@ if (empty($_SESSION['Lang'])) {
|
|||
}
|
||||
|
||||
$ui = new Smarty();
|
||||
|
||||
$ui->assign('_kolaps', $_COOKIE['kolaps']);
|
||||
if (!empty($config['theme']) && $config['theme'] != 'default') {
|
||||
$_theme = APP_URL . '/ui/themes/' . $config['theme'];
|
||||
$ui->setTemplateDir(['custom' => File::pathFixer('ui/ui_custom/'), 'theme' => File::pathFixer('ui/themes/' . $config['theme']), 'default' => File::pathFixer('ui/ui/')]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue