Your IP : 216.73.216.237


Current Path : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos3-copy/
Upload File :
Current File : /home/photograt/gerard-clavet-photos.com/1 Ancien 2/templates/gcphotos3-copy/index.php

<?php

/**
 * @copyright	
 * 
 * Template made with the joomla component Template Creator CK - https://www.template-creator.com
 * gcphotos3-copy
 * @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 if ($this->direction == 'rtl') { ?>
		<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_rtl.css?ver=938453" type="text/css" />
	<?php } else { ?>
		<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css?ver=938453" 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=938453" 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 = "";
if (!$this->countModules('position-7') && ! $tckedition) { $mainclass .= " noleft";}
$mainclass .= " noright";
$mainclass = trim($mainclass); ?>


	<!--[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="wrapper1" class="tck-wrapper">
	<div class="tck-container inner ">

	</div>
</div>
<div id="wrapper" class="tck-wrapper">
	<div class="inner ">

	<div id="maincontent" class="maincontent <?php echo $mainclass ?>">
		<div class="inner clearfix">
			<?php if ($this->countModules('position-7') || $tckedition) : ?>
			<aside id="left" class="column column1">
				<?php if ($this->countModules('position-7')) : ?>
				<div class="inner clearfix <?php echo $tckeditionclass ?>" data-position="position-7">
					<jdoc:include type="modules" name="position-7" style="htmlck" />
				</div>
				<?php endif; ?>
			</aside>
			<?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>

	</div>
</div>

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