Your IP : 216.73.216.55


Current Path : /home/g/i/t/giteleslfp/www/templates/testgiteleslebres/
Upload File :
Current File : /home/g/i/t/giteleslfp/www/templates/testgiteleslebres/index.php

<?php

/**
 * @copyright	
 * 
 * Template made with the joomla component Template Creator CK - http://www.template-creator.com
 * testgiteleslebres
 * @license 
 * @version 
 * */

// No direct access to this file
defined('_JEXEC') or die('Restricted access');
?>

<!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 JHtml::_('jquery.framework'); ?>
	<style type='text/css'>
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 26, 2020 */



@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/fonts/kaushanscript-regular-webfont.woff2') format('woff2'),
         url('<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/fonts/kaushanscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
	</style>
	<?php JHtml::_('bootstrap.framework'); ?>
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/bootstrap.css" type="text/css" />
	<?php JHtmlBootstrap::loadCss($includeMaincss = false, $this->direction); ?>
	<?php if ($this->direction == 'rtl') { ?>
		<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_rtl.css" type="text/css" />
	<?php } else { ?>
		<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
	<?php } ?>
	<?php if ($this->params->get('useresponsive','1')) { ?>
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<?php } ?>
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/custom.css" type="text/css" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/mobile.css" type="text/css" />
	<?php 
		
// load the mobile menu
if (function_exists('loadMobileMenuCK')) {
	$id = loadMobileMenuCK('#block2', 
		array(
		'container' => 'menu'
		,'showmobilemenutext' => 'default'
		,'mobilemenutext' => 'undefined'
		,'container' => 'menucontainer'
		,'detectiontype' => 'phone'
		,'resolution' => 'undefined'
		,'usemodules' => ''
		,'useimages' => ''
		,'showlogo' => '0'
		,'showdesc' => '0'
		,'displaytype' => 'accordion'
		,'displayeffect' => 'open'
		,'menuwidth' => 'undefined'
		,'openedonactiveitem' => '1'
		));
	loadThemeMobileMenuCK($id, null);
} else {
	// echo '<p><a href="https://www.template-creator.com/fr/documentation-category/13-layout/68-mobile-menu">The plugin Mobile Menu CK is missing. This is needed for your template.</a></p>';
}

	 ?>
<?php
$app             = JFactory::getApplication();
// Detecting Active Variables
$option   = $app->input->getCmd('option', '');
$view     = $app->input->getCmd('view', '');
$layout   = $app->input->getCmd('layout', '');
$task     = $app->input->getCmd('task', '');
$itemid   = $app->input->getCmd('Itemid', '');
$pageid   = $app->input->getCmd('id', '');
$tckedition   = $app->input->getCmd('tckedition', '');
$tckeditionclass = $tckedition ? 'tck-edition' : '';

$menu = $app->getMenu()->getActive();
$pageclass = '';

if (is_object($menu))
	$pageclass = ' ' . $menu->params->get('pageclass_sfx');
?><?php
$mainclass = "";
$mainclass .= " noleft";
if (!$this->countModules('position-6') && ! $tckedition) { $mainclass .= " noright";}
$mainclass = trim($mainclass); ?>

<!--[if lte IE 7]>
<style type="text/css">
#block2 ul.menu > li {
	display: inline !important;
	zoom: 1;
}
</style>
<![endif]-->

	<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/template.js"></script>
	<!--[if lt IE 9]>
		<script src="<?php echo JUri::root(true); ?>/media/jui/js/html5.js"></script>
	<![endif]--></head>
<body class="<?php echo $option
	. ' ' . $tckeditionclass . '-body'
	. ' view-' . $view
	. ($layout ? ' layout-' . $layout : ' no-layout')
	. ($task ? ' task-' . $task : ' no-task')
	. $pageclass
	. ($itemid ? ' itemid-' . $itemid : '')
	. ($pageid ? ' pageid-' . $pageid : '');
?> <?php echo $this->direction; ?>">
<?php
// load unique file that manages the frontend edition
if (file_exists(__DIR__ . '/frontedition.php')) include_once __DIR__ . '/frontedition.php';
?>
<div id="wrapper" class="tck-wrapper">
	<div class="inner  tck-container">

	<section id="bannerrow"  class="tck-row">
		<div class="inner clearfix">
			<div class="flexiblecolumn valign-center" id="bannercolumn1">
				<div id="bannerlogo" class="tck-logo">
					<div class="inner clearfix">
						<?php if ($this->params->get('bannerlogo_logolink')) { ?>
						<a href="<?php echo htmlspecialchars($this->params->get('bannerlogo_logolink')); ?>">
						<?php } ?>
							<img class="tck-logo-img" src="<?php echo $this->params->get('bannerlogo_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/logo-giteok.png') ?>" width="<?php echo $this->params->get('bannerlogo_logowidth', '1000px') ?>" height="<?php echo $this->params->get('bannerlogo_logoheight', '115px') ?>" alt="<?php echo htmlspecialchars($this->params->get('bannerlogo_logotitle',''));?>" />
						<?php if ($this->params->get('bannerlogo_logolink')) { ?>
						</a>
						<?php } ?>
						<?php if ($this->params->get('bannerlogo_logodescription')) { ?>
						<div class="bannerlogodesc">
							<div class="inner clearfix"><?php echo htmlspecialchars($this->params->get('bannerlogo_logodescription'));?></div>
						</div>
						<?php } ?>
					</div>
				</div>
			</div>
			<div class="flexiblecolumn valign-top" id="bannerrowcolumn2">
				<div id="logo1" class="tck-logo-center tck-logo">
					<div class="inner clearfix">
						<?php if ($this->params->get('logo1_logolink')) { ?>
						<a href="<?php echo htmlspecialchars($this->params->get('logo1_logolink')); ?>">
						<?php } ?>
							<img class="tck-logo-img" src="<?php echo $this->params->get('logo1_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/logo-new.png') ?>" width="<?php echo $this->params->get('logo1_logowidth', '216px') ?>" height="<?php echo $this->params->get('logo1_logoheight', '53px') ?>" alt="<?php echo htmlspecialchars($this->params->get('logo1_logotitle',''));?>" />
						<?php if ($this->params->get('logo1_logolink')) { ?>
						</a>
						<?php } ?>
						<?php if ($this->params->get('logo1_logodescription')) { ?>
						<div class="bannerlogodesc">
							<div class="inner clearfix"><?php echo htmlspecialchars($this->params->get('logo1_logodescription'));?></div>
						</div>
						<?php } ?>
					</div>
				</div>
			</div>
			<div class="clr"></div>
		</div>
	</section>

	<?php if ($this->countModules('menu') || $tckedition) : ?>
	<section id="menu"  class="tck-row">
		<div class="inner clearfix">
			<div class="flexiblecolumn valign-top" id="menucolumn1">
				<?php if ($this->countModules('menu') || $tckedition) : ?>
				<nav id="block2">
					<div class="inner clearfix <?php echo $tckeditionclass ?>" data-position="menu">
						<label for="menu-mobileck" class="mobileckhambuger_togglerlabel" style="display:none;">&#x2261;</label>
						<input id="menu-mobileck" class="mobileckhambuger_toggler" type="checkbox" style="display:none;"/>
						<jdoc:include type="modules" name="menu" style="htmlck" />
					</div>
				</nav>
				<?php endif; ?>
			</div>
			<div class="clr"></div>
		</div>
	</section>
	<?php endif; ?>


	<?php if ($this->countModules('position-1') || $tckedition) : ?>
	<section id="row1"  class="tck-row">
		<div class="inner clearfix">
			<div class="flexiblecolumn " id="row1column1">
				<?php if ($this->countModules('position-1') || $tckedition) : ?>
				<div id="block1" >
					<div class="inner clearfix <?php echo $tckeditionclass ?>" data-position="position-1">
									<jdoc:include type="modules" name="position-1" style="htmlck" />
					</div>
				</div>
				<?php endif; ?>
			</div>
			<div class="clr"></div>
		</div>
	</section>
	<?php endif; ?>


	<div id="maincontent" class="maincontent <?php echo $mainclass ?>">
		<div class="inner clearfix">
							<main id="center" class="column center ">
								<div class="inner">
											<jdoc:include type="message" />
											<jdoc:include type="component" />
								</div>
							</main>
							<?php if ($this->countModules('position-6') || $tckedition) : ?>
							<aside id="right" class="column column2">
								<?php if ($this->countModules('position-6') || $tckedition) : ?>
								<div class="inner clearfix <?php echo $tckeditionclass ?>" data-position="position-6">
									<jdoc:include type="modules" name="position-6" style="htmlck" />
								</div>
								<?php endif; ?>
							</aside>
							<?php endif; ?>
			<div class="clr"></div>
		</div>
	</div>

	<?php if ($this->countModules('position-0') || $tckedition) : ?>
	<div id="footer" >
		<div class="inner clearfix <?php echo $tckeditionclass ?>" data-position="position-0">
			<jdoc:include type="modules" name="position-0" style="htmlck" />
		</div>
	</div>
	<?php endif; ?>

	</div>
</div>

<jdoc:include type="modules" name="debug" />
</body>
</html>