Hallo, das Modul "top" wird nicht angezeigt obwohl top im Seitenlayout eingebunden ist und in der fe_page alles korrekt sein sollte:
<?php if(strlen($this->sections['top_section']) > 0): ?> <div id="top"> <div class="inside"><?php echo $this->sections['top_section']; ?><div class="clear"></div></div> </div> <?php endif; ?>
<?php if(strlen($this->sections['top_section']) > 0): ?> <div id="top"> <div class="inside"><?php echo $this->sections['top_section']; ?><div class="clear"></div></div> </div> <?php endif; ?>
Kommentar