uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
components
/
com_quix
/
views
/
.
/
.
/
collection
/
view.html.php
/
/
<?php /** * @version CVS: 1.0.0 * @package com_quix * @author ThemeXpert <info@themexpert.com> * @copyright Copyright (C) 2015. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access defined('_JEXEC') or die; /** * View to edit * * @since 1.6 */ class QuixViewCollection extends JViewLegacy { protected $state; protected $item; protected $form; protected $params; /** * Display the view * * @param string $tpl Template name * * @return void * * @throws Exception */ public function display($tpl = null) { $app = JFactory::getApplication(); $user = JFactory::getUser(); $dispatcher = JEventDispatcher::getInstance(); $this->state = $this->get('State'); $this->item = $this->get('Data'); $this->params = $app->getParams('com_quix'); // Check for errors. if (count($errors = $this->get('Errors'))) { throw new Exception(implode("\n", $errors)); } if(isset($this->item->id) && $this->item->id) { // reset after loaded Assets::resetObject(); // load common assets quixRenderhead(); // render quix content $page = quixRenderItem($this->item); // load output assets Assets::load(); // load quixtrap from system plugin plgSystemQuix::addQuixTrapCSS(); $this->item->text = $page; // $offset = $this->state->get('list.offset'); // JPluginHelper::importPlugin('content'); // $dispatcher->trigger('onContentPrepare', array ('com_quix.collection', &$this->item, &$this->item->params, $offset)); } // Increment the hit counter of the product. // $model = $this->getModel(); // $model->hit(); parent::display($tpl); } }
/home/pteabiscqq/www/components/com_quix/views/././collection/view.html.php