Home
last modified time | relevance | path

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

/plugin/tocselect/
H A 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 ++;