setQuery('SELECT name, alias FROM #__galleric_category WHERE id = ' . $id); $row = $db->loadObject(); if (!empty($row)) { $Itemid = self::getItemid('com_galleric'); $Itemid = $Itemid > 0 ? '&Itemid='.$Itemid : ''; $info->title = $row->name; $info->link = JRoute::_('index.php?option=com_galleric&view=galleric&layout=lightbox&catid=' . $id . ':' . JApplication::stringURLSafe($row->alias) . $Itemid); } return $info; } }