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 arctic_tpl_sidebar_dispatch($sb,$pos);
59 foreach($sb_content as $sb) {
60 arctic_tpl_sidebar_dispatch($sb,$pos);
71 function arctic_tpl_sidebar_dispatch($sb,$pos) { argument
85 switch($sb) {
269 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
270 print '<aside class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
271 @require_once(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php');
291 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
292 $data = p_wiki_xhtml($sb,'',false);
296 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
297 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…