Your IP : 216.73.217.47


Current Path : /home/azimutno/www/demo/templates/gailly_tha11/
Upload File :
Current File : /home/azimutno/www/demo/templates/gailly_tha11/index.php

<?php

/**
 * @copyright	
 * 
 * Template made with the joomla component Template Creator CK - http://www.joomlack.fr
 * gailly_tha11
 * @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 if ($this->direction == 'rtl') { ?>
		<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/default_rtl.css" type="text/css" />
		<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/default.css" type="text/css" />
		<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" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/mobile.css" type="text/css" />
	<?php } ?>
    <?php if ($this->params->get('usecsspie','1')) { ?><!--[if lte IE 8]>
  	<style type="text/css">
  	#centrus > div.inner ul.menu > li > a { behavior: url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/pie.htc) }
  	</style>
  	<![endif]--><?php } ?>
<?php
$mainclass = "";
if (!$this->countModules('position-7')) { $mainclass .= " noleft";}
$mainclass .= " noright";
$mainclass = trim($mainclass); ?>

<?php
$nbmodules25 = (bool)$this->countModules('position-13') + (bool)$this->countModules('position-14');
?>

<?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', '');
$sitename = $app->get('sitename');
?>
</head>
<body class="<?php echo $option
	. ' view-' . $view
	. ($layout ? ' layout-' . $layout : ' no-layout')
	. ($task ? ' task-' . $task : ' no-task')
	. ($itemid ? ' itemid-' . $itemid : '');
?>">
<div id="wrapper">
	<div class="container-fluid inner ui-sortable">
	<?php if ($this->countModules('position-0')) : ?>
	<div id="langue">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-0" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<div id="banner">
		<div class="inner clearfix">
			<div id="bannerlogo" class="logobloc">
				<div class="inner clearfix">
					<?php if ($this->params->get('bannerlogo_logolink')) { ?>
					<a href="<?php echo htmlspecialchars($this->params->get('bannerlogo_logolink')); ?>">
					<?php } ?>
						<img src="<?php echo $this->params->get('bannerlogo_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/gailly.png') ?>" width="<?php echo $this->params->get('bannerlogo_logowidth', '140px') ?>" height="<?php echo $this->params->get('bannerlogo_logoheight', '60px') ?>" alt="<?php echo htmlspecialchars($this->params->get('bannerlogo_logotitle',''));?>" />
					<?php if ($this->params->get('bannerlogo_logolink')) { ?>
					</a>
					<?php } ?>
					<?php if ($this->params->get('logodescription')) { ?>
					<div class="bannerlogodesc">
						<div class="inner clearfix"><?php echo htmlspecialchars($this->params->get('logodescription'));?></div>
					</div>
					<?php } ?>
				</div>
			</div>
			<?php if ($this->countModules('position-1')) : ?>
			<div id="bannermodule" class="logobloc">
				<div class="inner clearfix">
					<jdoc:include type="modules" name="position-1" style="xhtml" />
				</div>
			</div>
			<?php endif; ?>
		<div class="clr"></div>
		</div>
	</div>
	<?php if ($this->countModules('position-2')) : ?>
	<div id="slider">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-2" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-5')) : ?>
	<div id="centrus">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-5" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-6')) : ?>
	<div id="module1">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-6" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-8')) : ?>
	<div id="module2">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-8" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<div id="maincontent" class="maincontent <?php echo $mainclass ?>">
		<div class="inner clearfix">
		<?php if ($this->countModules('position-7')) : ?>
			<div id="left" class="column column1">
				<div class="inner clearfix">
					<jdoc:include type="modules" name="position-7" style="xhtml" />
				</div>
			</div>
			<?php endif; ?>
			<div id="main" class="column main row-fluid">
				<div class="inner clearfix">
											<jdoc:include type="message" />
											<jdoc:include type="component" />

				</div>
			</div>
			<div class="clr"></div>
		</div>
	</div>
	<?php if ($this->countModules('position-9')) : ?>
	<div id="module3">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-9" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-10')) : ?>
	<div id="module4">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-10" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-11')) : ?>
	<div id="module5">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-11" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-12')) : ?>
	<div id="module6">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-12" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>

	<?php if ($nbmodules25) : ?>
	<div id="footer">
		<div class="inner clearfix <?php echo 'n'.$nbmodules25 ?>">
			<?php if ($this->countModules('position-13')) : ?>
			<div id="modules2mod1" class="flexiblemodule ">
				<div class="inner clearfix">
					<jdoc:include type="modules" name="position-13" style="xhtml" />
				</div>
			</div>
			<?php endif; ?>
			<?php if ($this->countModules('position-14')) : ?>
			<div id="modules2mod2" class="flexiblemodule ">
				<div class="inner clearfix">
					<jdoc:include type="modules" name="position-14" style="xhtml" />
				</div>
			</div>
			<?php endif; ?>
			<div class="clr"></div>
		</div>
	</div>
	<?php endif; ?>

	<?php if ($this->countModules('position-4')) : ?>
	<div id="azimutnord">
		<div class="inner clearfix">
			<jdoc:include type="modules" name="position-4" style="xhtml" />
		</div>
	</div>
	<?php endif; ?>


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