Home
last modified time | relevance | path

Searched refs:p_sidebar_xhtml (Results 1 – 1 of 1) sorted by relevance

/plugin/sidebarng/
H A Daction.php119 print $this->p_sidebar_xhtml($main_sb,$pos) . DOKU_LF;
139 print $this->p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
153 print $this->p_sidebar_xhtml($user_sb,$pos,$subst) . DOKU_LF;
161 print $this->p_sidebar_xhtml($ns_sb,$pos) . DOKU_LF;
177 print $this->p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
185 print $this->p_sidebar_xhtml($group_sb,$pos,$subst) . DOKU_LF;
261 function p_sidebar_xhtml($sb,$pos,$subst=array()) { function in action_plugin_sidebarng