Lines Matching refs:sb
64 foreach($sb_order as $sb) {
65 if(in_array($sb,$sb_content)) {
66 $key = array_search($sb,$sb_content);
68 tpl_sidebar_dispatch($sb,$pos);
74 foreach($sb_content as $sb) {
75 tpl_sidebar_dispatch($sb,$pos);
85 function tpl_sidebar_dispatch($sb,$pos) { argument
97 switch($sb) {
235 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
236 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
237 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
256 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
257 $data = p_wiki_xhtml($sb,'',false);
261 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
262 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…