Sindbad~EG File Manager
<?php
/**
* @package RSLibro!
* @copyright (C) 2016 www.rsjoomla.com
* @license GPL, http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die;
define('RSTEMPLATE_PATH', dirname(__FILE__));
// Include helper file
require_once dirname(__FILE__).'/classes/template.php';
$template = new RSTemplate($this);
// Load Bootstrap
if ($this->params->get('loadBootstrap')) {
$template->addBootstrap();
}
// Add Javascript Files
$template->addjQuery();
$template->addTemplateJs();
$template->setMenuEffect();
$template->setRippleEffect();
$template->setAnimateBorderEffect();
// Load the custom.js
$template->addCustomJS();
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<?php
// Add Stylesheets
$template->addCSS('template.css');
$template->addCSS('icons.css');
$template->addCSS('theme/'.$this->params->get('templateTheme').'.css');
$template->addComponentCSS();
// Load the custom.css
$template->addCustomCSS();
// Add Google Font
$template->addGoogleFont();
?>
<!--[if lt IE 9]>
<script src="<?php echo $this->baseurl ?><?php echo $template->getJSPath('html5', 'html5.js'); ?>"></script>
<![endif]-->
<?php
// Add Google Analytics Tracking Code
echo $template->addGoogleAnalytics();
?>
</head>
<body class="contentpane rstpl-tmpl-component">
<div id="rstpl-modal">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists