Home
last modified time | relevance | path

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

/plugin/tagadd/
H A Daction.php162 $siteTags = $Htagfilter->getTagsBySiteID($ID);
165 sort($siteTags);
169 $siteTags=array_filter($siteTags);
183 $this->createAccordion($form,$nsTags,$siteTags);
218 * @param array $siteTags Checked tags
221 protected function createAccordion($form,$nsTags,$siteTags) argument
224 $siteTags_cat = $this->categorysizeTags($siteTags);
232 if(in_array($tag,$siteTags)){