Lines Matching refs:sb
49 foreach($sb_order as $sb) {
50 if(in_array($sb,$sb_content)) {
51 $key = array_search($sb,$sb_content);
53 tpl_sidebar_dispatch($sb,$pos);
59 foreach($sb_content as $sb) {
60 tpl_sidebar_dispatch($sb,$pos);
70 function tpl_sidebar_dispatch($sb,$pos) { argument
84 switch($sb) {
278 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
279 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
280 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
300 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
301 $data = p_wiki_xhtml($sb,'',false);
305 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
306 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…