Home
last modified time | relevance | path

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

/plugin/indexmenu2/syntax/
H A Dindexmenu.php31 var $s_target = array('fn' => 'target', 'title' => 'title' , 'date' => 'date'); variable in syntax_plugin_indexmenu_indexmenu
248 $this->s_target = $this->s_target[preg_replace("#^!#","",$opts['sort'])];
250 if ($this->s_target) {
414 $t1 = $this->s_rev?$b[$this->s_target]:$a[$this->s_target];
415 $t2 = $this->s_rev?$a[$this->s_target]:$b[$this->s_target];