| Current Path : /home/azimutno/www/demo/templates/template_gailly/ |
| Current File : /home/azimutno/www/demo/templates/template_gailly/index.php |
<?php
/**
* @copyright Azimutnord
* httpwww.azimutnord.com
* Template made with the joomla component Template Creator CK - http://www.joomlack.fr
* template_gailly
* @license GNUGPL
* @version 1.0.0
* */
// 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
$mainclass = "";
if (!$this->countModules('position-7')) { $mainclass .= " noleft";}
$mainclass .= " noright";
$mainclass = trim($mainclass); ?>
<?php
$nbmodules23 = (bool)$this->countModules('position-11') + (bool)$this->countModules('position-12');
?>
<!--[if lte IE 7]>
<style type="text/css">
#banner1menu > div.inner ul.menu > li {
display: inline !important;
zoom: 1;
}
</style>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div class="container-fluid inner ui-sortable">
<?php if ($this->countModules('position-0')) : ?>
<div id="langue01">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-0" style="xhtml" />
</div>
</div>
<?php endif; ?>
<div id="banner1">
<div class="inner clearfix">
<div id="banner1logo" class="logobloc">
<div class="inner clearfix">
<?php if ($this->params->get('banner1logo_logolink')) { ?>
<a href="<?php echo htmlspecialchars($this->params->get('banner1logo_logolink')); ?>">
<?php } ?>
<img src="<?php echo $this->params->get('banner1logo_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/gailly.png') ?>" width="<?php echo $this->params->get('banner1logo_logowidth', '140px') ?>" height="<?php echo $this->params->get('banner1logo_logoheight', '60px') ?>" alt="<?php echo htmlspecialchars($this->params->get('banner1logo_logotitle',''));?>" />
<?php if ($this->params->get('banner1logo_logolink')) { ?>
</a>
<?php } ?>
<?php if ($this->params->get('banner1logo_logodescription')) { ?>
<div class="bannerlogodesc">
<div class="inner clearfix"><?php echo htmlspecialchars($this->params->get('banner1logo_logodescription'));?></div>
</div>
<?php } ?>
</div>
</div>
<?php if ($this->countModules('position-1')) : ?>
<div id="banner1module" class="logobloc">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-1" style="xhtml" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-2')) : ?>
<div id="banner1menu" class="logobloc">
<div class="inner clearfix">
<label for="banner1menu-mobileck" class="mobileckhambuger_togglerlabel" style="display:none;">≡</label><input id="banner1menu-mobileck" class="mobileckhambuger_toggler" type="checkbox" style="display:none;"/> <jdoc:include type="modules" name="position-2" style="xhtml" />
</div>
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>
<?php if ($this->countModules('position-4')) : ?>
<div id="module1">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-4" style="xhtml" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-3')) : ?>
<div id="module2menu">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-3" style="xhtml" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-8')) : ?>
<div id="promo01">
<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="promo02">
<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="promo03">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-10" style="xhtml" />
</div>
</div>
<?php endif; ?>
<?php if ($nbmodules23) : ?>
<div id="modules1">
<div class="inner clearfix <?php echo 'n'.$nbmodules23 ?>">
<?php if ($this->countModules('position-11')) : ?>
<div id="modules1mod1" class="flexiblemodule ">
<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="modules1mod2" class="flexiblemodule ">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-12" style="xhtml" />
</div>
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-5')) : ?>
<div id="footer">
<div class="inner clearfix">
<jdoc:include type="modules" name="position-5" style="xhtml" />
</div>
</div>
<?php endif; ?>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>