?
Path : /home/admin/public_html/old/templates/purity_iii/ |
Current File : /home/admin/public_html/old/templates/purity_iii/templateHook.php |
<?php /** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die('Restricted access'); /** * T3 Blank Helper class * * @package T3 Blank */ /* jimport('joomla.event.event'); class T3_BS3_BlankHook extends JEvent { public function __construct(&$subject, $config) { parent::__construct($subject, $config); } public function onT3Init() // no params { } public function onT3TplInit($t3app) { } public function onT3LoadLayout(&$path, $layout) { //T3::getApp()->addBodyClass('loadlayout'); } public function onT3Spotlight(&$info, $name, $position) { } public function onT3Megamenu(&$menutype, &$config, &$levels) { } public function onT3BodyClass(&$class) { //$class[] = 'onbodyclass'; } public function onT3BeforeCompileHead() // no params { } public function onT3BeforeRender() // no params { } public function onT3AfterRender() // no params { } } */ ?>