Current Path :
/
home
/
develito
/
httpdocs
/
modules
/
mod_tlpteam
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/httpdocs/modules/mod_tlpteam/mod_tlpteam.php
<?php /** * @version 2.0 * @package mod_tlpteam * @copyright Copyright (C) 2013. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author TechLabPro <techlabpro@gmail.com> - http://www.techlabpro.com */ // no direct access defined('_JEXEC') or die; $document = JFactory::getDocument(); $document->addStyleSheet('components/com_tlpteam/assets/css/tlpteam.css'); /***** Owl Carousel Assets ***/ $document->addStyleSheet(JURI::base() . '/components/com_tlpteam/assets/owlcarousel/owl.carousel.min.css'); $document->addStyleSheet(JURI::base() . '/components/com_tlpteam/assets/owlcarousel/owl.theme.default.min.css'); $document->addScript(JURI::base() . '/components/com_tlpteam/assets/owlcarousel/owl.carousel.min.js'); //Include syndicate function only once require_once dirname(__FILE__).'/helper.php'; //Require the path of the layout file require JModuleHelper::getLayoutPath('mod_tlpteam', $params->get('layout','default'));