Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/administrator/components/com_templateck/controllers/
Upload File :
Current File : /home/bonneesp/www/administrator/components/com_templateck/controllers/templates.php

<?php

/**
 * @name		Template Creator CK
 * @copyright	Copyright (C) since 2011. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */
// No direct access.
defined('TCK_LOADED') or die;

use Templatecreatorck\CKController;

/**
 * Templates list controller class.
 */
class TemplateckControllerTemplates extends CKController {

	public function getModel($name = 'template', $prefix = 'Templateck', $config = Array()) {
		$model = parent::getModel($name, $prefix, array('ignore_request' => true));
		return $model;
	}
}