Lines Matching refs:sb
28 foreach($sb_order as $sb) {
29 if(in_array($sb,$sb_content)) {
30 $key = array_search($sb,$sb_content);
32 tpl_sidebar_dispatch($sb);
38 foreach($sb_content as $sb) {
39 tpl_sidebar_dispatch($sb);
49 function tpl_sidebar_dispatch($sb) { argument
61 switch($sb) {
193 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
194 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
195 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
212 function p_sidebar_xhtml($sb) { argument
213 $data = p_wiki_xhtml($sb,'',false);
214 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
215 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…