Accessing application.ini variable
; Users themes settings
system.theme.defaultid = 38
----------------------
$configs = Zaah::getSystemConfig('theme');
echo $themeid = $configs['defaultid'];
---------------------
; Users themes settings
system.theme.defaultid = 38
----------------------
$configs = Zaah::getSystemConfig('theme');
echo $themeid = $configs['defaultid'];
---------------------
No comments:
Post a Comment