| Server IP : 213.186.33.4 / Your IP : 216.73.216.59 Web Server : Apache System : Linux webm006.cluster103.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 : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/minedecapgaronne/templates/floyd/ |
Upload File : |
<?php
/**
* @version $Id$
* @author OvaTheme
* @package Joomla.Site
* @subpackage template_floyd
* @copyright Copyright (C) 2013 OvaTheme. All rights reserved.
* @license License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.
*/
defined('_JEXEC') or die;
JLoader::import('joomla.filesystem.file');
// Getting params from template
$params = JFactory::getApplication()->getTemplate(true)->params;
$app = JFactory::getApplication();
$doc = JFactory::getDocument();
$this->language = $doc->language;
$this->direction = $doc->direction;
$template_url = $this->baseurl.'/templates/' .$this->template.'/';
// Logo
if($this->params->get('logoFile','')==''){
$linkimage = $template_url.'images/logo.png';
}else{
$linkimage = JURI::root(true).'/'.$params->get('logoFile');
}
$color = str_replace("#", "", $this->params->get('color','d95c5c'));
$pageparam_sfx = '';
$menu = $app->getMenu();
$pageparam_sfx = $menu->getActive()->params->get('pageclass_sfx');
$menu_pageparam_sfx = '';
if(strpos($pageparam_sfx ,'innerpage') !== false){
$menu_pageparam_sfx = 'container';
}
// Add CSS
$doc->addStyleSheet($template_url.'css/bootstrap.min.css');
$doc->addStyleSheet($template_url.'css/font-awesome.css');
$doc->addStyleSheet($template_url.'css/animate.css');
$doc->addStyleSheet($template_url.'css/flexslider.css');
// $doc->addStyleSheet($template_url.'css/owl.carousel.css');
$doc->addStyleSheet($template_url.'css/style.css');
// $doc->addStyleSheet($template_url.'css/demo.css');
$doc->addStyleSheet($template_url.'css/custom_joomla.css');
// Then create multiple color
// $doc->addStyleSheet($template_url.'css/colors/red.css');
// Add JS
$doc->addScript($template_url.'js/jquery.min.js');
$doc->addScript($template_url.'js/bootstrap.min.js');
$doc->addScript($template_url.'js/flexslider.js');
$doc->addScript($template_url.'js/jquery.backstretch.min.js');
$doc->addScript($template_url.'js/jquery.nav.js');
$doc->addScript($template_url.'js/jquery.appear.js');
$doc->addScript($template_url.'js/jquery.countTo.js');
$doc->addScript($template_url.'js/jquery.mixitup.min.js');
// $doc->addScript($template_url.'js/owl.carousel.min.js');
$doc->addScript($template_url.'js/jquery.validation.min.js');
$doc->addScript($template_url.'js/respond.js');
// $doc->addScript($template_url.'js/parallax-bg.js');
// Google Maps JS File
$doc->addScript('https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false');
// Main.js File
$doc->addScript($template_url.'js/main.js');
if($this->params->get('reload','1')== '1'){
$doc->addScript($template_url.'js/reload.js');
}
// $doc->addScript($template_url.'js/demo.js');
?>
<!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>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="<?php echo $template_url.'favicon.ico'; ?>">
<!-- Fonts -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<jdoc:include type="head" />
<link rel="stylesheet" type="text/css" href="<?php echo $template_url; ?>css/color.php?color=<?php echo $color; ?>">
<!-- Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Standard iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="57x57" href="<?php echo $template_url ; ?>images/touchicons/apple-touch-icon-57-precomposed.png" />
<!-- Retina iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo $template_url ; ?>images/touchicons/apple-touch-icon-114-precomposed.png" />
<!-- Standard iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo $template_url ; ?>images/touchicons/apple-touch-icon-72-precomposed.png" />
<link rel="apple-touch-icon" sizes="144x144" href="<?php echo $template_url ; ?>images/touchicons/apple-touch-icon-144-precomposed.png" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '<?php echo $params->get('code_ga') ?>', '<?php echo $params->get('domain_ga') ?>');
ga('send', 'pageview');
</script>
</head>
<body class="<?php echo $pageparam_sfx; ?>">
<!-- Preloader -->
<?php if($this->params->get('reload','1')== '1'){ ?>
<div id="mask">
<div id="loader">
</div>
</div>
<?php } ?>
<!-- End Preloader -->
<?php if($this->countModules('slideshow')){ ?>
<jdoc:include type="modules" name="slideshow" style="none" />
<?php } ?>
<?php if($this->countModules('menu')){ ?>
<jdoc:include type="modules" name="menu" style="none" />
<?php } ?>
<?php if($this->countModules('right')){ ?>
<div class="container innerpage_content">
<div class="title">
<h1><?php echo $menu->getActive()->title; ?></h1>
<hr class="new">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
<jdoc:include type="component" />
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 right">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
</div>
<?php } else { ?>
<?php if($menu_pageparam_sfx == 'container'):?>
<div class="<?php echo $menu_pageparam_sfx ?> innerpage_content">
<?php endif; ?>
<jdoc:include type="component" />
<?php if($menu_pageparam_sfx == 'container'):?>
</div>
<?php endif; ?>
<?php } ?>
<?php if($this->countModules('footer_blog')){ ?>
<jdoc:include type="modules" name="footer_blog" style="none" />
<?php } ?>
<?php if($this->countModules('debug')){ ?>
<jdoc:include type="modules" name="debug" style="none" />
<?php } ?>
<?php if($menu_pageparam_sfx == 'container'){ ?>
<script>
jQuery(document).ready(function(){
jQuery('.navbar-toggle').click(function(){
jQuery('#navigation').toggle(10,function(){
jQuery('#navigation').css('height','auto');
});
});
});
</script>
<?php } ?>
</body>
</html>