0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
components
/
com_unitehcarousel
/
[
Home
]
File: controller.php
<?php // Check to ensure this file is included in Joomla! defined('_JEXEC') or die; class UniteHCarouselController extends JControllerHCar { /** * show some image */ public function showimage(){ UniteFunctionJoomlaHCar::showImageFromRequest(); exit(); } /** * * get css of some slider */ public function getcss(){ $output = new UniteHCarOutput(); $output->outputCss(); exit(); } /** * * default display function */ public function display($cachable = false, $urlparams = false){ echo "nothing here"; exit(); } }
©
2018.