PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
templates
/
jm-car-dealer-ef4
/
tpl
/
blocks
<?php /*-------------------------------------------------------------- # Copyright (C) joomla-monster.com # License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only # Website: http://www.joomla-monster.com # Support: info@joomla-monster.com ---------------------------------------------------------------*/ defined('_JEXEC') or die ; //get logo and site description $logo = htmlspecialchars($this -> params -> get('logo')); $logotext = htmlspecialchars($this -> params -> get('logoText')); $sitedescription = htmlspecialchars($this -> params -> get('siteDescription')); $app = JFactory::getApplication(); $sitename = $app -> getCfg('sitename'); //get top-bar modules grid size $topbar = ($this -> checkModules('top-bar')) ? '9' : '12'; ?> <?php if($this->checkModules('topbar') or $this->checkModules('top-menu-nav') or ($logo != '') or ($logotext != '') or ($sitedescription != '') or $this->checkModules('top-menu-button')) : ?> <section id="jm-bar" class="<?php echo $this->getClass('block#bar') ?>" > <div id="jm-bar-in" class="container-fluid container-large"> <div id="jm-bar-space"> <?php if (($logo != '') or ($logotext != '') or ($sitedescription != '') or $this->checkModules('topbar') or $this->checkModules('top-menu-button')) : ?> <div id="jm-row1" class="clearfix"> <?php if (($logo != '') or ($logotext != '') or ($sitedescription != '') or $this->checkModules('top-menu-button')) : ?> <div id="jm-bar-left" class="pull-left clearfix"> <?php if (($logo != '') or ($logotext != '') or ($sitedescription != '')) : ?> <div id="jm-logo-sitedesc" class="pull-left"> <?php if (($logo != '') or ($logotext != '')) : ?> <div id="jm-logo"> <a href="<?php echo JURI::base(); ?>"> <?php if ($logo != '') : ?> <img src="<?php echo JURI::base(), $logo; ?>" alt="<?php if (!$logotext) { echo $sitename; } else { echo $logotext; }; ?>" /> <?php else : ?> <?php echo '<span>' . $logotext . '</span>'; ?> <?php endif; ?> </a> </div> <?php endif; ?> <?php if ($sitedescription != '') : ?> <div id="jm-sitedesc"> <?php echo $sitedescription; ?> </div> <?php endif; ?> </div> <?php endif; ?> <?php if ($this->checkModules('top-menu-button')) : ?> <div id="jm-top-menu-button" class="pull-right <?php echo $this->getClass('top-menu-button') ?>"> <jdoc:include type="modules" name="<?php echo $this -> getPosition('top-menu-button'); ?>" style="jmmoduleraw"/> </div> <?php endif; ?> </div> <?php endif; ?> <?php if($this->checkModules('topbar')) : ?> <div id="jm-bar-right" class="pull-right"> <div id="jm-topbar" class="clearfix <?php echo $this->getClass('topbar') ?>"> <jdoc:include type="modules" name="<?php echo $this -> getPosition('topbar'); ?>" style="jmmoduleraw"/> </div> </div> <?php endif; ?> </div> <?php endif; ?> <?php if($this->checkModules('top-menu-nav')) : ?> <div id="jm-row2"> <div id="jm-djmenu" class="clearfix <?php echo $this->getClass('top-menu-nav') ?>"> <jdoc:include type="modules" name="<?php echo $this -> getPosition('top-menu-nav'); ?>" style="raw"/> </div> </div> <?php endif; ?> </div> </div> </section> <?php endif; ?>
[+]
..
[-] bar.php
[edit]
[-] bottom.php
[edit]
[-] breadcrumb.php
[edit]
[-] comingsoon.php
[edit]
[-] footer-mod.php
[edit]
[-] footer.php
[edit]
[-] head.php
[edit]
[-] header.php
[edit]
[-] index.html
[edit]
[-] main.php
[edit]
[-] offcanvas.php
[edit]
[-] sample-block.php
[edit]
[-] system-message.php
[edit]
[-] top1.php
[edit]
[-] top2.php
[edit]
[-] .htaccess.disabled
[edit]