Example #1
0
    echo $templateparams->get('ctabutton_text');
    ?>
					<svg version="1.1" class="trisvg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" preserveAspectRatio="none" width="14px" height="5px" viewBox="0 0 14.017 5.006" enable-background="new 0 0 14.017 5.006" xml:space="preserve"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.016,0L7.008,5.006L0,0H14.016z"/></svg>
				</a><!-- // call to action button -->
				<?php 
}
?>

				<!-- Main menu -->
				<nav id="main_menu" class="<?php 
echo (!$templateparams->get('search', 1) ? 'clearRight' : '') . ' ' . $noTopNav;
?>
">
					<?php 
if ($templateparams->get('menutype', 'mainmenu') != 'nomenu') {
    TplHelper::renderMenu($templateparams);
} else {
    ?>
					<jdoc:include type="modules" name="navigation" style="none" />
					<?php 
}
?>
				</nav><!-- end main_menu -->

			</div><!-- end container -->
		</header><!-- end header -->
		<div class="clearfix"></div>

		<?php 
if ($this->countModules('slideshow')) {
    ?>