?
Path : /home/admin/public_html/old/happy2/templates/ja_travel/blocks/ |
Current File : /home/admin/public_html/old/happy2/templates/ja_travel/blocks/mainnav.php |
<?php // no direct access defined ( '_JEXEC' ) or die ( 'Restricted access' ); /* # ------------------------------------------------------------------------ # JA Business Template # ------------------------------------------------------------------------ # Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved. # @license - Copyrighted Commercial Software # Author: J.O.O.M Solutions Co., Ltd # Websites: http://www.joomlart.com - http://www.joomlancers.com # This file may not be redistributed in whole or significant part. # ------------------------------------------------------------------------ */ ?> <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?> <div class="ja-mainnav-haschild"> <?php endif; ?> <?php $this->genBlockBegin ($block) ?> <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?> <?php $this->genBlockEnd ($block) ?> <!-- jdoc:include type="menu" level="0" / --> <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?> <div id="ja-subnav" class="wrap"> <div class="main clearfix"> <?php $jamenu->genMenu (1); ?> <!-- jdoc:include type="menu" level="1" / --> </div> </div> <?php endif;?> <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?> </div> <?php endif; ?> <ul class="no-display"> <li><a href="<?php echo $this->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li> </ul>