Home
last modified time | relevance | path

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

/plugin/tocselect/
Daction.php18 private $ul_closed; variable in action_plugin_tocselect
58 $this->ul_count = $this->ul_open = $this->ul_closed = 0;
99 if($this->ul_open > $this->ul_closed) {
136 if($this->ul_closed> 0) $this->retv .="</li>\n";
137 $this->ul_closed ++;
/plugin/tocsidebar/
Daction.php18 private $ul_closed; variable in action_plugin_tocselect
58 $this->ul_count = $this->ul_open = $this->ul_closed = 0;
98 if($this->ul_open > $this->ul_closed) {
135 if($this->ul_closed> 0) $this->retv .="</li>\n";
136 $this->ul_closed ++;