File manager - Edit - /home/jardides/www/Jardi-design/sitetest/components/com_templateck/projects/templatejardidesign/index.php
Back
<?php /** * @copyright * www.jardi-design.com * Template made with the joomla component Template Creator CK - http://www.joomlack.fr * templatejardidesign * @license * @version 1.0-Beta * */ // 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::_('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 } ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/fonts/fonts.css" type="text/css" /> <?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/custom.css" type="text/css" /> <?php if ($this->params->get('usecsspie','1')) { ?><!--[if lte IE 8]> <style type="text/css"> #nav1 > div.inner ul.menu > li > a,#nav1 > div.inner ul.menu > li > a { behavior: url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/pie.htc) } </style> <![endif]--><?php } ?> <?php $mainclass = ""; if (!$this->countModules('position-7')) { $mainclass .= " noleft";} if (!$this->countModules('position-6')) { $mainclass .= " noright";} $mainclass = trim($mainclass); ?> <!--[if lte IE 7]> <style type="text/css"> #nav1 > div.inner ul.menu > li,#banner1menu > div.inner ul.menu > li { display: inline !important; zoom: 1; } </style> <![endif]--> <?php if ($this->params->get('googleanalyticscode','')) { ?> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '<?php echo $this->params->get('googleanalyticscode','UA-xxxxxxxx-x') ?>']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <?php } ?> </head> <body> <div id="wrapper1"> <div class="inner ui-sortable"> <?php if ($this->countModules('position-0')) : ?> <div id="nav1"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-0" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-3')) : ?> <div id="module1"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-3" style="xhtml" /> </div> </div> <?php endif; ?> </div> </div> <div id="wrapper"> <div class="container-fluid inner ui-sortable"> <div id="banner1"> <div class="inner clearfix"> <div id="banner1logo" class="logobloc"> <div class="inner clearfix"> <?php if ($this->params->get('banner1logo_logolink')) { ?> <a href="<?php echo htmlspecialchars($this->params->get('banner1logo_logolink')); ?>"> <?php } ?> <img src="<?php echo $this->params->get('banner1logo_logoimgsrc', $this->baseurl . '/templates/' . $this->template . '/images/logo_fake.png') ?>" width="<?php echo $this->params->get('banner1logo_logowidth', '216px') ?>" height="<?php echo $this->params->get('banner1logo_logoheight', '53px') ?>" alt="<?php echo htmlspecialchars($this->params->get('banner1logo_logotitle',''));?>" /> <?php if ($this->params->get('banner1logo_logolink')) { ?> </a> <?php } ?> <?php if ($this->params->get('banner1logo_logodescription')) { ?> <div class="bannerlogodesc"> <div class="inner clearfix"><?php echo htmlspecialchars($this->params->get('banner1logo_logodescription'));?></div> </div> <?php } ?> </div> </div> <?php if ($this->countModules('position-1')) : ?> <div id="banner1module" class="logobloc"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-1" style="xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('position-2')) : ?> <div id="banner1menu" class="logobloc"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-2" style="xhtml" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </div> <div id="maincontent" class="maincontent <?php echo $mainclass ?>"> <div class="inner clearfix"> <?php if ($this->countModules('position-7')) : ?> <div id="left" class="column column1"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-7" style="xhtml" /> </div> </div> <?php endif; ?> <div id="main" class="column main row-fluid"> <div class="inner clearfix"> <?php if ($this->countModules('maintop')) : ?> <div id="maintop"> <div class="inner clearfix"> <jdoc:include type="modules" name="maintop" style="xhtml" /> </div> </div> <?php endif; ?> <div id="maincenter" class="maincenter "> <div class="inner clearfix"> <div 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="xhtml" /> </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="xhtml" /> </div> </div> <?php endif; ?> </div> </div> <?php if ($this->countModules('position-6')) : ?> <div id="right" class="column column2"> <div class="inner clearfix"> <jdoc:include type="modules" name="position-6" style="xhtml" /> </div> </div> <?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="xhtml" /> </div> </div> <?php endif; ?> </div> </div> <div class="clr"></div> </div> </div> </div> </div> <jdoc:include type="modules" name="debug" /> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings