| Server IP : 46.105.57.169 / Your IP : 216.73.216.84 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/m/a/i/maitricfuz/www/new-saint-martin/templates/stmartin/ |
Upload File : |
<?php
/**
* @copyright Cedric KEIFLIN
* https://www.joomlack.fr
* Template made with the joomla component Template Creator CK - https://www.template-creator.com
* stmartin
* @license GNU/GPL
* @version 1.0.0
* */
// 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 } ?>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href='https://fonts.googleapis.com/css2?family=Montserrat&display=swap' rel='stylesheet' type='text/css'>
<?php \Joomla\CMS\HTML\HTMLHelper::_('bootstrap.framework'); ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/media/vendor/bootstrap/css/bootstrap.min.css" type="text/css" />
<?php \Joomla\CMS\HTML\Helpers\Bootstrap::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=287299" type="text/css" />
<?php } else { ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css?ver=287299" type="text/css" />
<?php } ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/mobile.css?ver=287299" type="text/css" />
<?php
$app = \Joomla\CMS\Factory::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
$nbmodules7 = (bool)$this->countModules('position-8', true) + (bool)$this->countModules('position-9', true);
?>
<?php
$mainclass = "";
if (!$this->countModules('position-7', true) && ! $tckedition) { $mainclass .= " noleft";}
if (!$this->countModules('position-6', true) && ! $tckedition) { $mainclass .= " noright";}
$mainclass = trim($mainclass); ?>
<?php
$nbmodules9 = (bool)$this->countModules('position-13', true) + (bool)$this->countModules('position-14', true) + (bool)$this->countModules('position-15', true) + (bool)$this->countModules('position-16', true) + (bool)$this->countModules('position-17', true);
?>
<!--[if lte IE 7]>
<style type="text/css">
#nav ul.menu > li {
display: inline !important;
zoom: 1;
}
</style>
<![endif]-->
<?php
// Detecting Home
$menu = \Joomla\CMS\Factory::getApplication()->getMenu();
$lang = \Joomla\CMS\Factory::getLanguage();
if ($menu->getActive() == $menu->getDefault($lang->getTag())) {
$siteHome = 1;
}else{
$siteHome = 0;
}
?>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/template.js"></script>
<!--[if lt IE 9]>
<script src="<?php echo \Joomla\CMS\Uri\Uri::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 : '')
. ($siteHome === 1 ? ' homepage' : '')
. ($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_header" class="tck-wrapper">
<div class="inner ">
<?php if ($this->countModules('position-0', true) || $tckedition) : ?>
<section id="row_top" class="tck-row">
<div class="inner">
<div class="flexiblecolumn " id="row_topcolumn1">
</div>
<div class="flexiblecolumn " id="row_topcolumn2">
<?php if ($this->countModules('position-0', true) || $tckedition) : ?>
<div id="block2" >
<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="row_topcolumn3">
</div>
</div>
</section>
<?php endif; ?>
<section id="wh_row1" class="tck-row">
<div class="inner tck-container-fluid">
<div class="flexiblecolumn " id="wh_row1column1">
<div id="logo1" class="tck-logo">
<div class="inner">
<?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 \Joomla\CMS\Uri\Uri::root(true) . '/' . trim('/' . $this->params->get('logo1_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/Blason-horizotal.png'), '/') ?>" width="<?php echo $this->params->get('logo1_logowidth', '350px') ?>" height="<?php echo $this->params->get('logo1_logoheight', '80px') ?>" 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"><?php echo htmlspecialchars($this->params->get('logo1_logodescription'));?></div>
</div>
<?php } ?>
</div>
</div>
</div>
<div class="flexiblecolumn " id="wh_row1column2">
<?php if ($this->countModules('position-4', true) || $tckedition) : ?>
<div id="block1" >
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-4">
<jdoc:include type="modules" name="position-4" style="htmlck" />
</div>
</div>
<?php endif; ?>
</div>
</div>
</section>
</div>
</div>
<div id="wrapper" class="tck-wrapper">
<div class="inner ">
<?php if ($this->countModules('position-2', true) || $tckedition) : ?>
<div id="slideshow1" >
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-2">
<jdoc:include type="modules" name="position-2" style="htmlck" />
</div>
</div>
<?php endif; ?>
<section id="bannerrow" class="tck-row">
<div class="inner">
<div class="flexiblecolumn " id="bannercolumn1">
</div>
</div>
</section>
<?php if ($this->countModules('position-1', true) || $tckedition) : ?>
<nav id="nav">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-1">
<jdoc:include type="modules" name="position-1" style="htmlck" />
</div>
</nav>
<?php endif; ?>
<?php if ($nbmodules7 || $tckedition) : ?>
<section id="modulestop" class="tck-modules">
<div class="inner <?php echo 'n'.$nbmodules7 ?>">
<?php if ($this->countModules('position-8', true) || $tckedition) : ?>
<div id="modulestopmod1" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-8">
<jdoc:include type="modules" name="position-8" style="htmlck" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-9', true) || $tckedition) : ?>
<div id="modulestopmod2" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-9">
<jdoc:include type="modules" name="position-9" style="htmlck" />
</div>
</div>
<?php endif; ?>
</div>
</section>
<?php endif; ?>
<div id="maincontent" class="maincontent <?php echo $mainclass ?>">
<div class="inner clearfix">
<?php if ($this->countModules('position-7', true) || $tckedition) : ?>
<aside id="left" class="column column1">
<?php if ($this->countModules('position-7', true)) : ?>
<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">
<?php if ($this->countModules('maintop', true) || $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">
<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', true) || $tckedition) : ?>
<aside id="right" class="column column2">
<?php if ($this->countModules('position-6', true) || $tckedition) : ?>
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-6">
<jdoc:include type="modules" name="position-6" style="htmlck" />
</div>
<?php endif; ?>
</aside>
<?php endif; ?>
</div>
</div>
<?php if ($this->countModules('mainbottom', true) || $tckedition) : ?>
<div id="mainbottommodule" >
<div class="inner <?php echo $tckeditionclass ?>" data-position="mainbottom">
<jdoc:include type="modules" name="mainbottom" style="htmlck" />
</div>
</div>
<?php endif; ?>
</div>
</div>
<div class="clr"></div>
</div>
</div>
<?php if ($nbmodules9 || $tckedition) : ?>
<section id="modulesbottom" class="tck-modules">
<div class="inner <?php echo 'n'.$nbmodules9 ?>">
<?php if ($this->countModules('position-13', true) || $tckedition) : ?>
<div id="modulesbottommod1" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-13">
<jdoc:include type="modules" name="position-13" style="htmlck" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-14', true) || $tckedition) : ?>
<div id="modulesbottommod2" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-14">
<jdoc:include type="modules" name="position-14" style="htmlck" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-15', true) || $tckedition) : ?>
<div id="modulesbottommod3" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-15">
<jdoc:include type="modules" name="position-15" style="htmlck" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-16', true) || $tckedition) : ?>
<div id="modulesbottommod4" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-16">
<jdoc:include type="modules" name="position-16" style="htmlck" />
</div>
</div>
<?php endif; ?>
<?php if ($this->countModules('position-17', true) || $tckedition) : ?>
<div id="modulesbottommod5" class="flexiblemodule ">
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-17">
<jdoc:include type="modules" name="position-17" style="htmlck" />
</div>
</div>
<?php endif; ?>
</div>
</section>
<?php endif; ?>
<?php if ($this->countModules('position-3', true) || $tckedition) : ?>
<div id="footer" >
<div class="inner <?php echo $tckeditionclass ?>" data-position="position-3">
<jdoc:include type="modules" name="position-3" style="htmlck" />
</div>
</div>
<?php endif; ?>
</div>
</div>
<div id="wrapper1" class="tck-wrapper">
<div class="inner tck-container">
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>