Lines Matching refs:sb
77 foreach($sb_order as $sb) {
78 if(in_array($sb,$sb_content)) {
79 $key = array_search($sb,$sb_content);
81 $this->_sidebar_dispatch($sb,$pos);
87 foreach($sb_content as $sb) {
88 $this->_sidebar_dispatch($sb,$pos);
98 function _sidebar_dispatch($sb, $pos) { argument
110 switch($sb) {
242 if(@file_exists(DOKU_PLUGIN.'sidebarng/sidebars/'.$sb.'/sidebar.php')) {
243 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
244 @require_once(DOKU_PLUGIN.'sidebarng/sidebars/'.$sb.'/sidebar.php');
261 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
262 $data = p_wiki_xhtml($sb,'',false);
266 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
267 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…