tmp alert
This commit is contained in:
parent
5157084969
commit
f825fa1d1c
|
@ -2,9 +2,9 @@
|
|||
/**
|
||||
* @file view/theme/frio/style.php
|
||||
*/
|
||||
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Model\Profile;
|
||||
|
||||
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
||||
|
||||
|
@ -20,6 +20,7 @@ if ($a->module !== 'install') {
|
|||
|
||||
// Load the profile owners pconfig.
|
||||
$scheme = PConfig::get($uid, 'frio', 'scheme', PConfig::get($uid, 'frio', 'schema'));
|
||||
\Friendica\Core\Logger::alert($scheme);
|
||||
$nav_bg = PConfig::get($uid, 'frio', 'nav_bg');
|
||||
$nav_icon_color = PConfig::get($uid, 'frio', 'nav_icon_color');
|
||||
$link_color = PConfig::get($uid, 'frio', 'link_color');
|
||||
|
|
Loading…
Reference in a new issue