Lines Matching refs:pos
43 function arctic_tpl_sidebar($pos) { argument
45 …$sb_order = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_order')) : explode(',', …
46 …$sb_content = ($pos == 'left') ? explode(',', tpl_getConf('left_sidebar_content')) : explode(',', …
53 arctic_tpl_sidebar_dispatch($sb,$pos);
60 arctic_tpl_sidebar_dispatch($sb,$pos);
70 function arctic_tpl_sidebar_dispatch($sb,$pos) { argument
93 print p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
117 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
132 print p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
140 print p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
157 print p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
167 print ' ' . p_index_xhtml($svID,$pos) . DOKU_LF;
177 $toc = preg_replace('/id="(.*?)"/', 'id="sb__' . $pos . '__\1"', $toc);
261 @include(dirname(__FILE__).'/' . $pos .'_sidebar.html');
290 function p_sidebar_xhtml($sb,$pos,$subst=array()) { argument
301 …*?><a.*?name=")(.*?)(".*?id=")(.*?)(">.*?<\/a><\/h.*?>)/','\1sb_'.$pos.'_\2\3sb_'.$pos.'_\4\5', $d…
315 function p_index_xhtml($ns,$pos) { argument
330 print preg_replace('#<h1(.*?id=")(.*?)(".*?)h1>#', '<h1\1sidebar_'.$pos.'_\2\3h1>', $match[0]);
335 print '<div id="' . $pos . '__index__tree">' . DOKU_LF;