Lines Matching refs:sb
52 foreach($sb_order as $sb) {
53 if(in_array($sb,$sb_content)) {
54 $key = array_search($sb,$sb_content);
56 tpl_sidebar_dispatch($sb,$pos);
62 foreach($sb_content as $sb) {
63 tpl_sidebar_dispatch($sb,$pos);
73 function tpl_sidebar_dispatch($sb,$pos) { argument
87 switch($sb) {
320 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
322 print ' <div class="sidebar_title">' . $sb . '</div>' . DOKU_LF;
324 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
345 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
346 $data = p_wiki_xhtml($sb,'',false);
350 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
351 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…