| Current Path : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos4/ |
| Current File : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos4/index.php |
<?php
/**
* @copyright
*
* Template made with the joomla component Template Creator CK - https://www.template-creator.com
* gcphotos4
* @license
* @version
* */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<?php if ($this->params->get('useresponsive','1')) { ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<?php } ?>
<?php JHtml::_('jquery.framework'); ?>
<?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?ver=933495" type="text/css" />
<?php } else { ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css?ver=933495" type="text/css" />
<?php } ?>
<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/mobile.css?ver=933495" type="text/css" />
<?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->getParams()->get('pageclass_sfx');
?><?php
$mainclass = "";
$mainclass .= " noleft";
$mainclass .= " noright";
$mainclass = trim($mainclass); ?>
<!--[if lte IE 7]>
<style type="text/css">
#bannermenu ul.menu > li {
display: inline !important;
zoom: 1;
}
</style>
<![endif]-->
<?php if ($this->params->get('googleanalyticscode','')) { ?>
<script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo $this->params->get('googleanalyticscode','G-xxxxxxxx-x') ?>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '<?php echo $this->params->get('googleanalyticscode','G-xxxxxxxx-x') ?>');
</script>
<?php } ?>
<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">
<div class="flexiblecolumn " id="bannercolumn1">
<div id="bannerlogo" class="tck-logo-center tck-logo">
<div class="inner">
<?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/Logo2-Ge-yeux-clairs.jpg') ?>" width="<?php echo $this->params->get('bannerlogo_logowidth', '216px') ?>" height="<?php echo $this->params->get('bannerlogo_logoheight', '53px') ?>" 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"><?php echo htmlspecialchars($this->params->get('bannerlogo_logodescription'));?></div>
</div>
<?php } ?>
</div>
</div>
</div>
<div class="flexiblecolumn " id="bannercolumn2">
<?php if ($this->countModules('position-0') || $tckedition) : ?>
<div id="bannermodule" >
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-0">
<jdoc:include type="modules" name="position-0" style="htmlck" />
</div>
</div>
<?php endif; ?>
</div>
<div class="flexiblecolumn " id="bannercolumn3">
<?php if ($this->countModules('position-2') || $tckedition) : ?>
<nav id="bannermenu">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-2">
<jdoc:include type="modules" name="position-2" style="htmlck" />
</div>
</nav>
<?php endif; ?>
</div>
</div>
</section>
<div id="maincontent" class="maincontent <?php echo $mainclass ?>">
<div class="inner clearfix">
<?php if ($this->countModules('maintop') || $tckedition) : ?>
<div id="maintopmodule" >
<div class="inner <?php echo $tckeditionclass ?>" data-position="maintop">
<jdoc:include type="modules" name="maintop" style="htmlck" />
</div>
</div>
<?php endif; ?>
<div id="maincenter" class="maincenter ">
<div class="inner clearfix">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div>
<div class="clr"></div>
</div>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>