0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
administrator
/
components
/
com_finder
/
views
/
indexer
/
[
Home
]
File: view.html.php
<?php /** * @package Joomla.Administrator * @subpackage com_finder * * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('_JEXEC') or die; /** * Indexer view class for Finder. * * @package Joomla.Administrator * @subpackage com_finder * @since 2.5 */ class FinderViewIndexer extends JViewLegacy { /** * Method to display the view. * * @param string $tpl A template file to load. [optional] * * @return void * * @since 2.5 */ public function display($tpl = null) { JHtml::_('behavior.framework'); JHtml::stylesheet('com_finder/indexer.css', false, true, false); JHtml::script('com_finder/indexer.js', false, true); parent::display(); } }
©
2018.