Searched refs:sbl (Results 1 – 7 of 7) sorted by relevance
/template/a_free_worldic/ |
H A D | tpl_functions.php | 14 $sbl = explode(',',tpl_getConf('left_sidebar_content')); variable 21 $notoc = (in_array('toc',$sbl) || in_array('toc',$sbr)) ? true : false; 22 $toolb = (in_array('toolbox',$sbl) || in_array('toolbox',$sbr)) ? true : false; 25 $notoc = (in_array('toc',$sbl)) ? true : false; 26 $toolb = (in_array('toolbox',$sbl)) ? true : false;
|
/template/arctic/ |
H A D | tpl_functions.php | 14 $sbl = explode(',',tpl_getConf('left_sidebar_content')); variable 21 $notoc = (in_array('toc',$sbl) || in_array('toc',$sbr)) ? true : false; 22 $toolb = (in_array('toolbox',$sbl) || in_array('toolbox',$sbr)) ? true : false; 25 $notoc = (in_array('toc',$sbl)) ? true : false; 26 $toolb = (in_array('toolbox',$sbl)) ? true : false;
|
/template/arctictut/ |
H A D | tpl_functions.php | 14 $sbl = explode(',',tpl_getConf('left_sidebar_content')); variable 21 $notoc = (in_array('toc',$sbl) || in_array('toc',$sbr)) ? true : false; 22 $toolb = (in_array('toolbox',$sbl) || in_array('toolbox',$sbr)) ? true : false; 25 $notoc = (in_array('toc',$sbl)) ? true : false; 26 $toolb = (in_array('toolbox',$sbl)) ? true : false;
|
/template/arctic-mbo/ |
H A D | tpl_functions.php | 14 $sbl = explode(',',tpl_getConf('left_sidebar_content')); variable 21 $notoc = (in_array('toc',$sbl) || in_array('toc',$sbr)) ? true : false; 22 $toolb = (in_array('toolbox',$sbl) || in_array('toolbox',$sbr)) ? true : false; 25 $notoc = (in_array('toc',$sbl)) ? true : false; 26 $toolb = (in_array('toolbox',$sbl)) ? true : false;
|
/template/masa/ |
H A D | tpl_functions.php | 12 $sbl = explode(',',tpl_getConf('left_sidebar_content')); variable 16 $notoc = (in_array('toc',$sbl)) ? true : false; 17 $toolb = (in_array('toolbox',$sbl)) ? true : false;
|
/template/scanlines/ |
H A D | tpl_functions.php | 21 $sbl = explode(',',tpl_getConf('left_sidebar_content')); variable 28 $notoc = (in_array('toc',$sbl)) ? true : false; 29 $toolb = (in_array('toolbox',$sbl)) ? true : false;
|
/template/dokubrick/ |
H A D | tpl_functions.php | 12 $sbl = explode(',',tpl_getConf('sidebar_content')); variable
|