Searched refs:sbr (Results 1 – 5 of 5) sorted by relevance
/template/a_free_worldic/ |
H A D | tpl_functions.php | 15 $sbr = explode(',',tpl_getConf('right_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; 29 $notoc = (in_array('toc',$sbr)) ? true : false; 30 $toolb = (in_array('toolbox',$sbr)) ? true : false;
|
/template/arctic/ |
H A D | tpl_functions.php | 15 $sbr = explode(',',tpl_getConf('right_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; 29 $notoc = (in_array('toc',$sbr)) ? true : false; 30 $toolb = (in_array('toolbox',$sbr)) ? true : false;
|
/template/arctictut/ |
H A D | tpl_functions.php | 15 $sbr = explode(',',tpl_getConf('right_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; 29 $notoc = (in_array('toc',$sbr)) ? true : false; 30 $toolb = (in_array('toolbox',$sbr)) ? true : false;
|
/template/arctic-mbo/ |
H A D | tpl_functions.php | 15 $sbr = explode(',',tpl_getConf('right_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; 29 $notoc = (in_array('toc',$sbr)) ? true : false; 30 $toolb = (in_array('toolbox',$sbr)) ? true : false;
|
/template/scanlines/ |
H A D | tpl_functions.php | 22 $sbr = explode(',',tpl_getConf('right_sidebar_content')); variable 32 $notoc = (in_array('toc',$sbr)) ? true : false; 33 $toolb = (in_array('toolbox',$sbr)) ? true : false;
|