File manager - Edit - /home/jardides/www/Jardi-design/components/com_templateck/projects/jd_3/index.php
Back
<?php /** * @copyright * * Template made with the joomla component Template Creator CK - http://www.joomlack.fr * jd_3 * @license * @version * */ // 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" /> <?php JHtml::_('jquery.framework'); ?> <?php JHtml::_('bootstrap.framework'); ?> <link rel="stylesheet" href="https://www.jardi-design.com/components/com_templateck/projects/jd_3/css/bootstrap.css" type="text/css" /> <?php JHtmlBootstrap::loadCss($includeMaincss = false, $this->direction); ?> <?php if ($this->direction == 'rtl') { ?> <link rel="stylesheet" href="https://www.jardi-design.com/components/com_templateck/projects/jd_3/css/template_rtl.css" type="text/css" /> <?php } else { ?> <link rel="stylesheet" href="https://www.jardi-design.com/components/com_templateck/projects/jd_3/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="https://www.jardi-design.com/components/com_templateck/projects/jd_3/css/mobile.css" type="text/css" /> <?php } ?> <script src="https://www.jardi-design.com/components/com_templateck/projects/jd_3/js/topfixedwrapper.js" type="text/javascript" ></script> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('.topfixedwrapper').TCK_TopFixedWrapper(); }); </script> <?php JHtml::_('jquery.framework'); ?> <?php $nbmodules7 = (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 = ""; if (!$this->countModules('position-7')) { $mainclass .= " noleft";} if (!$this->countModules('position-6')) { $mainclass .= " noright";} $mainclass = trim($mainclass); ?> <?php $nbmodules9 = (bool)$this->countModules('position-13') + (bool)$this->countModules('position-14') + (bool)$this->countModules('position-15') + (bool)$this->countModules('position-16') + (bool)$this->countModules('position-17'); ?> <!--[if lte IE 7]> <style type="text/css"> #bannermenu > div.inner ul.menu > li,#nav > div.inner ul.menu > li { display: inline !important; zoom: 1; } </style> <![endif]--> <?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 : ''); ?> <?php echo $this->direction; ?>"> <div id="wrapper2"> <div class="container-fluid inner "> </div> </div> <div id="wrapper1"> <div class="inner "> <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', 'https://www.jardi-design.com/components/com_templateck/projects/jd_3/images/Logo_Jardi-design.png') ?>" width="<?php echo $this->params->get('logo1_logowidth', '200px') ?>" height="<?php echo $this->params->get('logo1_logoheight', '200px') ?>" 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> <?php if ($this->countModules('position-4')) : ?> <div id="block1"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-4" style="htmlck" /> </div> </div> <?php endif; ?> </div> </div> <div id="wrapper"> <div class="container-fluid inner "> <section id="bannerrow" class="clearfix"> <div class="inner clearfix"> <div class="flexiblecolumn" style="width:30%;"> <div id="bannerlogo" class="logo"> <div class="inner clearfix"> <?php if ($this->params->get('bannerlogo_logolink')) { ?> <a href="<?php echo htmlspecialchars($this->params->get('bannerlogo_logolink')); ?>"> <?php } ?> <img src="<?php echo $this->params->get('bannerlogo_logoimgsrc', 'https://www.jardi-design.com/components/com_templateck/projects/jd_3/images/logo_fake.png') ?>" 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 clearfix"><?php echo htmlspecialchars($this->params->get('bannerlogo_logodescription'));?></div> </div> <?php } ?> </div> </div> </div> <div class="flexiblecolumn" style="width:30%;"> <?php if ($this->countModules('position-0')) : ?> <div id="bannermodule"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-0" style="htmlck" /> </div> </div> <?php endif; ?> </div> <div class="flexiblecolumn" style="width:40%;"> <?php if ($this->countModules('position-2')) : ?> <nav id="bannermenu"> <div class="inner clearfix"> <label for="position-2-mobileck" class="mobileckhambuger_togglerlabel" style="display:none;">≡</label> <input id="position-2-mobileck" class="mobileckhambuger_toggler" type="checkbox" style="display:none;"/> <jdoc:include type="modules" name="position-2" /> </div> </nav> <?php endif; ?> </div> <div class="clr"></div> </div> </section> <?php if ($this->countModules('position-1')) : ?> <nav id="nav"> <div class="inner clearfix"> <label for="position-1-mobileck" class="mobileckhambuger_togglerlabel" style="display:none;">≡</label> <input id="position-1-mobileck" class="mobileckhambuger_toggler" type="checkbox" style="display:none;"/> <jdoc:include type="modules" name="position-1" /> </div> </nav> <?php endif; ?> <?php if ($nbmodules7) : ?> <section id="modulestop" class="clearfix"> <div class="inner clearfix <?php echo 'n'.$nbmodules7 ?>"> <?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('position-7')) : ?> <aside id="left" class="column column1"> <?php if ($this->countModules('position-7')) : ?> <div class="inner clearfix"> <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')) : ?> <div id="maintopmodule"> <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="centertopmodule"> <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" /> <div class="item-page"> <div class="page-header"> <h2> <a href="javascript:void(0)">Article title - H2</a> </h2> <div class="btn-group pull-right"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="javascript:void(0);"> <span class="icon-cog"></span> <span class="caret"></span> </a> <ul class="dropdown-menu actions"> <li class="print-icon"> <a href="javascript:void(0);" title="Imprimer"><span class="icon-print"></span> Imprimer </a> </li> <li class="email-icon"> <a href="javascript:void(0);" title="E-mail"><span class="icon-envelope"></span> E-mail</a> </li> </ul> </div> <div class="article-info muted"> <dl class="article-info"> <dt class="article-info-term">Détails</dt> <dd class="createdby">Written by Joomla</dd> <dd class="category-name">Category : <a href="javascript:void(0)">Joomla!</a></dd> <dd class="published"><span class="icon-calendar"></span>Published: 01 January 2011</dd> <dd class="hits"><span class="icon-eye-open"></span>Hits: 2</dd> </dl> </div> <p>Congratulations! You have a Joomla site! Joomla makes it easy to build a website just the way you want it and keep it simple to update and maintain.</p> <p>Joomla is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. Joomla is open source, which means you can make it work just the way you want it to.</p> <p>The content in this installation of Joomla has been designed to give you an in depth tour of Joomla features.</p> <p class="readmore"> <a class="btn" href="javascript:void(0)"> <span class="icon-chevron-right"></span>Readmore : Joomla</a> </p> <h1>H1 title</h1> <h2>H2 title</h2> <h3>H3 title</h3> <h4>H4 title</h4> <h5>H5 title</h5> <h6>H6 title</h6> <ul class="pager pagenav"> <li class="previous"> <a href="javascript:void(0)" rel="prev">< Prev</a> </li> <li class="next"> <a href="javascript:void(0)" rel="next">Next ></a> </li> </ul> </div> </div> </div> </div> <?php if ($this->countModules('centerbottom')) : ?> <div id="centerbottommodule"> <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="mainbottommodule"> <div class="inner clearfix"> <jdoc:include type="modules" name="mainbottom" style="htmlck" /> </div> </div> <?php endif; ?> </div> </div> <div class="clr"></div> </div> </div> <?php if ($nbmodules9) : ?> <section id="modulesbottom" class="clearfix"> <div class="inner clearfix <?php echo 'n'.$nbmodules9 ?>"> <?php if ($this->countModules('position-13')) : ?> <div id="modulesbottommod1" 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="modulesbottommod2" 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="modulesbottommod3" 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="modulesbottommod4" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-16" style="htmlck" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-17')) : ?> <div id="modulesbottommod5" class="flexiblemodule "> <div class="inner clearfix"> <jdoc:include type="modules" name="position-17" style="htmlck" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </section> <?php endif; ?> <?php if ($this->countModules('position-3')) : ?> <div id="footer"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-3" style="htmlck" /> </div> </div> <?php endif; ?> </div> </div> <jdoc:include type="modules" name="debug" /> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings