setQuery($query); $row = $db->loadObject(); if (!empty($row)) { $Itemid = self::getItemid('com_phocadownload'); $Itemid = $Itemid > 0 ? '&Itemid='.$Itemid : ''; $info->title = $row->title; $info->access = $row->access; $info->link = JRoute::_('index.php?option=com_phocadownload&view=category&id=' . $row->slug . $Itemid); } return $info; } }