0) { $jversion = '3'; } else { $jversion = '2'; } // Import CSS // $document = JFactory::getDocument(); // $document->addStyleSheet('components/com_pagebuilderck/assets/css/templateck.css'); $user = JFactory::getUser(); $userId = $user->get('id'); $input = JFactory::getApplication()->input; // for ordering $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $function = $input->get('function', '', 'cmd'); // $editor = $input->get('editor', '', 'string'); ?>