Lines Matching refs:sb
123 foreach($sb_order as $sb) {
124 if(in_array($sb,$sb_content)) {
125 $key = array_search($sb,$sb_content);
127 tpl_sidebar_dispatch($sb,$pos);
133 foreach($sb_content as $sb) {
134 tpl_sidebar_dispatch($sb,$pos);
145 function tpl_sidebar_dispatch($sb,$pos) { argument
157 switch($sb) {
290 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
291 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
292 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
311 function p_sidebar_xhtml($sb,$pos) { argument
312 $data = p_wiki_xhtml($sb,'',false);
313 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
314 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…