File manager - Edit - /home/capoccitel/www/components/com_tlpportfolio/tlpportfolio.php
Back
<?php /** * @version 2.0 * @package com_tlpportfolio * @author TechLabPro <info@techlabpro.com> * @copyright Copyright (C) 2015. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Include dependancies jimport('joomla.application.component.controller'); $app = JFactory::getApplication(); $tlpportfolio_params = JComponentHelper::getParams('com_tlpportfolio'); $enable_font_awsame = $tlpportfolio_params->get('enable_font_awsame'); $layout = $tlpportfolio_params->get('layout'); JLoader::register('TlpportfolioFrontendHelper', JPATH_COMPONENT . '/helpers/tlpportfolio.php'); $document = JFactory::getDocument(); $document->addStyleSheet('components/com_tlpportfolio/assets/css/tlpportfolio.css'); if($enable_font_awsame==1){ $document->addStyleSheet('components/com_tlpportfolio/assets/css/font-awesome.min.css'); } /***** Owl Carousel Assets ***/ $document->addStyleSheet(JURI::base() . 'components/com_tlpportfolio/assets/owlcarousel/owl.carousel.min.css'); $document->addStyleSheet(JURI::base() . 'components/com_tlpportfolio/assets/owlcarousel/owl.theme.default.min.css'); /* */ // Execute the task. $controller = JControllerLegacy::getInstance('Tlpportfolio'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings