Fix some errors
clean some debug calls
@0.3
<?php
$locales = Bootstrap::getInstance()->getOpt('locales');
- fb($locales, 'locales');
foreach ($locales as $locale => $url) {
</ul>
</nav>
- <?php echo $this->markupDotclear($this->option(footer)); ?>
+ <?php echo $this->markupDotclear($this->option('footer')); ?>
</div>
</footer>
\ No newline at end of file
$sections = array('simeox', 'clinic', 'about', 'contact');
$data=CubeIT_Util_Cms::getCMSDatasOfPage('home');
-fb($data);
?>
<header class="site">
<div class="content">
<a href="/#top">
<div class="logo" style="background-image: url(<?php echo CubeIT_View_Helper_ImageCms::getPath($this->option('site_logo')); ?>);">
- <h1><?php echo $data->shortTitle ?></h1>
+ <h1><?php echo $data['shortTitle'] ?></h1>
</div>
</a>
</article>
<?php $t = $a['team']; ?>
- <article class="team" style="background-image: url(<?php echo CubeIT_View_Helper_ImageCms::getPath($t['bg_image']); ?>); background-color: <?php echo $t['bg_color'] ?>">
+ <article class="team" style="background-image: url(<?php echo CubeIT_View_Helper_ImageCms::getPath($t['bg_image']); ?>);">
<div class="content">
<h1><?php echo $t['heading']; ?></h1>