'UNLIMITED', '2' => 'YEARLY', '3' => 'MONTHLY', '4' => 'WEEKLY', '5' => 'DAILY', ); $user = JFactory::getUser(); $userId = $user->get('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $params = isset($this->state->params) ? $this->state->params : new JObject; ?>