Beispiel #1
0
echo $templateparams->get('header_style', 2);
echo $templateparams->get('ctabutton', 0) ? ' cta_button' : '';
?>
">
			<div class="container">

				<!-- logo -->
				<div class="logo-container <?php 
if ($this->countModules('infocard')) {
    echo 'hasInfoCard';
}
?>
">

					<?php 
TplHelper::displayLogo($this->baseurl, $templateparams);
?>

					<?php 
if ($this->countModules('infocard')) {
    ?>
						<div id="infocard">
							<jdoc:include type="modules" name="infocard" style="none" />
						</div><!-- // infocard -->
					<?php 
}
?>

				</div><!-- // logo-container -->

				<?php