File manager - Edit - /home/jardides/www/Jardi-design/templates/jd2copy/index.php
Back
<?php /** * @copyright * httpwww.joomlack.fr * Template made with the joomla component Template Creator CK - http://www.joomlack.fr * jd2copy * @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" /> <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'> <?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" type="text/css" /> <?php } else { ?> <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 } ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/font-awesome.min.css" type="text/css" /> <?php if ($this->params->get('usecsspie','1')) { ?><!--[if lte IE 8]> <style type="text/css"> .readmore a,.readmore a,.readmore a,.readmore a,#nav1 > div.inner ul.menu > li > a,#nav1 > div.inner ul.menu li ul li a,#nav1 > div.inner ul.menu > li > a,#nav1 > div.inner ul.menu ul,#nav > div.inner,#nav > div.inner ul.menu > li > a,#nav > div.inner ul.menu li ul li a,#nav > div.inner ul.menu ul,#center > div.inner { behavior: url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/pie.htc) } </style> <![endif]--><?php } ?> <?php $nbmodules11 = (bool)$this->countModules('position-0') + (bool)$this->countModules('position-1') + (bool)$this->countModules('position-2') + (bool)$this->countModules('position-4') + (bool)$this->countModules('position-5'); ?> <?php $nbmodules12 = (bool)$this->countModules('position-8') + (bool)$this->countModules('position-9') + (bool)$this->countModules('position-10') + (bool)$this->countModules('position-11') + (bool)$this->countModules('position-12'); ?> <?php $mainclass = ""; $mainclass .= " noleft"; if (!$this->countModules('position-6')) { $mainclass .= " noright";} $mainclass = trim($mainclass); ?> <?php $nbmodules15 = (bool)$this->countModules('position-13') + (bool)$this->countModules('position-14') + (bool)$this->countModules('position-15') + (bool)$this->countModules('position-16'); ?> <!--[if lte IE 7]> <style type="text/css"> #nav1 > div.inner ul.menu > li,#nav > div.inner ul.menu > li { display: inline !important; zoom: 1; } </style> <![endif]--> <?php if ($this->params->get('googleanalyticscode','')) { ?> <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 $this->params->get('googleanalyticscode','UA-xxxxxxxx-x') ?>', 'auto'); ga('send', 'pageview'); </script> <?php } ?><meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0" /><?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', ''); ?> <!--[if lt IE 9]> <script src="<?php echo JUri::root(true); ?>/media/jui/js/html5.js"></script> <![endif]--> </head> <body class="<?php echo $option . ' view-' . $view . ($layout ? ' layout-' . $layout : ' no-layout') . ($task ? ' task-' . $task : ' no-task') . ($itemid ? ' itemid-' . $itemid : ''); ?>"> <div id="entete2"> <div class="inner ui-sortable"> <section id="entete2-block" class="clearfix"> <div class="inner clearfix"> <div class="flexiblecolumn" style="width:15%;"> <div id="logo1" class="logo"> <div class="inner clearfix"> <?php if ($this->params->get('logo1_logolink')) { ?> <a href="<?php echo htmlspecialchars($this->params->get('logo1_logolink')); ?>"> <?php } ?> <img src="<?php echo $this->params->get('logo1_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/LogoMobile_Jardi-design.png') ?>" width="<?php echo $this->params->get('logo1_logowidth', '216px') ?>" height="<?php echo $this->params->get('logo1_logoheight', '53px') ?>" 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 clearfix"><?php echo htmlspecialchars($this->params->get('logo1_logodescription'));?></div> </div> <?php } ?> </div> </div> </div> <div class="flexiblecolumn" style="width:50%;"> <?php if ($this->countModules('breadcrumbs')) : ?> <div id="module1"> <div class="inner clearfix"> <jdoc:include type="modules" name="breadcrumbs" style="htmlck" /> </div> </div> <?php endif; ?> </div> <div class="flexiblecolumn" style="width:35%;"> <?php if ($this->countModules('menu-0')) : ?> <nav id="nav1"> <div class="inner clearfix"> <label for="menu-0-mobileck" class="mobileckhambuger_togglerlabel" style="display:none;">≡</label> <input id="menu-0-mobileck" class="mobileckhambuger_toggler" type="checkbox" style="display:none;"/> <jdoc:include type="modules" name="menu-0" /> </div> </nav> <?php endif; ?> </div> <div class="clr"></div> </div> </section> </div> </div> <?php if($this->countModules('module-entete') || $this->countModules('logo-mobile') || $this->countModules('logo-pc')) : ?> <div id="entete1"> <div class="inner ui-sortable"> <?php if ($this->countModules('module-entete')) : ?> <div id="module3"> <div class="inner clearfix"> <jdoc:include type="modules" name="module-entete" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('logo-mobile')) : ?> <div id="logom"> <div class="inner clearfix"> <jdoc:include type="modules" name="logo-mobile" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('logo-pc')) : ?> <div id="logopc"> <div class="inner clearfix"> <jdoc:include type="modules" name="logo-pc" style="htmlck" /> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <?php if($this->countModules('menup')) : ?> <div id="wrapper2"> <div class="inner ui-sortable"> <?php if ($this->countModules('menup')) : ?> <nav id="nav"> <div class="inner clearfix"> <label for="menup-mobileck" class="mobileckhambuger_togglerlabel" style="display:none;">≡</label> <input id="menup-mobileck" class="mobileckhambuger_toggler" type="checkbox" style="display:none;"/> <jdoc:include type="modules" name="menup" /> </div> </nav> <?php endif; ?> </div> </div> <?php endif; ?> <?php if($this->countModules('position-18')) : ?> <div id="wrapper1"> <div class="inner ui-sortable"> <?php if ($this->countModules('position-18')) : ?> <div id="block1"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-18" style="htmlck" /> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <div id="wrapper"> <div class="inner ui-sortable"> <?php if ($nbmodules11) : ?> <section id="modules2" class="clearfix"> <div class="inner clearfix <?php echo 'n'.$nbmodules11 ?>"> <?php if ($this->countModules('position-0')) : ?> <div id="modules2mod1" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-0" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-1')) : ?> <div id="modules2mod2" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-1" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-2')) : ?> <div id="modules2mod3" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-2" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-4')) : ?> <div id="modules2mod4" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-4" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-5')) : ?> <div id="modules2mod5" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-5" style="htmlck" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </section> <?php endif; ?> <?php if ($nbmodules12) : ?> <section id="modulestop" class="clearfix"> <div class="inner clearfix <?php echo 'n'.$nbmodules12 ?>"> <?php if ($this->countModules('position-8')) : ?> <div id="modulestopmod1" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-8" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-9')) : ?> <div id="modulestopmod2" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-9" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-10')) : ?> <div id="modulestopmod3" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-10" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-11')) : ?> <div id="modulestopmod4" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-11" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-12')) : ?> <div id="modulestopmod5" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-12" style="htmlck" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </section> <?php endif; ?> <div id="maincontent" class="maincontent <?php echo $mainclass ?>"> <div class="inner clearfix"> <?php if ($this->countModules('maintop')) : ?> <div id="maintop"> <div class="inner clearfix"> <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"> <?php if ($this->countModules('centertop')) : ?> <div id="centertop" class=""> <div class="inner clearfix"> <jdoc:include type="modules" name="centertop" style="htmlck" /> </div> </div> <?php endif; ?> <div id="content" class=""> <div class="inner clearfix"> <jdoc:include type="message" /> <jdoc:include type="component" /> </div> </div> <?php if ($this->countModules('centerbottom')) : ?> <div id="centerbottom" class=""> <div class="inner clearfix"> <jdoc:include type="modules" name="centerbottom" style="htmlck" /> </div> </div> <?php endif; ?> </div> </main> <?php if ($this->countModules('position-6')) : ?> <aside id="right" class="column column2"> <?php if ($this->countModules('position-6')) : ?> <div class="inner clearfix"> <jdoc:include type="modules" name="position-6" style="htmlck" /> </div> <?php endif; ?> </aside> <?php endif; ?> <div class="clr"></div> </div> </div> <?php if ($this->countModules('mainbottom')) : ?> <div id="mainbottom"> <div class="inner clearfix"> <jdoc:include type="modules" name="mainbottom" style="htmlck" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </div> </div> </div> <?php if($this->countModules('position-13') || $this->countModules('position-14') || $this->countModules('position-15') || $this->countModules('position-16') || $this->countModules('position-17') || $this->countModules('herbe')) : ?> <div id="wrapper3"> <div class="inner ui-sortable"> <?php if ($nbmodules15) : ?> <section id="modules1" class="clearfix"> <div class="inner clearfix <?php echo 'n'.$nbmodules15 ?>"> <?php if ($this->countModules('position-13')) : ?> <div id="modules1mod2" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-13" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-14')) : ?> <div id="modules1mod3" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-14" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-15')) : ?> <div id="modules1mod4" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-15" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-16')) : ?> <div id="modules1mod5" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-16" style="htmlck" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </section> <?php endif; ?> <?php if ($this->countModules('herbe')) : ?> <div id="module2"> <div class="inner clearfix"> <jdoc:include type="modules" name="herbe" style="htmlck" /> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <?php if($this->countModules('position-3')) : ?> <div id="wrapper4"> <div class="inner ui-sortable"> <?php if ($this->countModules('position-3')) : ?> <footer id="footer"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-3" style="htmlck" /> </div> </footer> <?php endif; ?> </div> </div> <?php endif; ?> <jdoc:include type="modules" name="debug" /> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings