1
0
Fork 0

And again ... notices

This commit is contained in:
Michael 2018-08-20 21:20:21 +00:00
commit 334c628511
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ if (!isset($minimal)) {
$uid = Profile::getThemeUid();
}
$scheme = PConfig::get($uid, 'frio', 'scheme', PConfig::get($uid, 'frio', 'schema'));
if (($scheme) && ($scheme != '---')) {
if ($scheme && ($scheme != '---')) {
if (file_exists('view/theme/frio/scheme/' . $scheme . '.php')) {
$schemefile = 'view/theme/frio/scheme/' . $scheme . '.php';
require_once $schemefile;
@ -52,7 +52,7 @@ if (!isset($minimal)) {
} else {
$nav_bg = PConfig::get($uid, 'frio', 'nav_bg');
}
if (!$nav_bg) {
if (empty($nav_bg)) {
$nav_bg = "#708fa0";
}
echo '