Searched refs:sbl (Results 1 – 7 of 7) sorted by relevance
| /template/a_free_worldic/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| D | tpl_functions.php | 12 $sbl = explode(',',tpl_getConf('sidebar_content')); variable
|