Home
last modified time | relevance | path

Searched refs:sbl (Results 1 – 7 of 7) sorted by relevance

/template/a_free_worldic/
H A Dtpl_functions.php14 $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 Dtpl_functions.php14 $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 Dtpl_functions.php14 $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 Dtpl_functions.php14 $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 Dtpl_functions.php12 $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 Dtpl_functions.php21 $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 Dtpl_functions.php12 $sbl = explode(',',tpl_getConf('sidebar_content')); variable