Modules don't show up
-
Hello.
After the update some modules (showcase, feature and utility) don’t show up. How can I solve this? The problem is that we have no backup of the page or database.
The if statement below is false, but the showcase model and its data exists.
<?php /** Begin Showcase **/ if ($gantry->countModules(‘showcase’)) : ?>
<div id=”rt-showcase”>
<div class=”rt-showcase-pattern”><?php echo $gantry->displayModules(‘showcase’,’standard’,’standard’); ?>
<div class=”clear”></div>
</div>
</div>
<?php /** End Showcase **/ endif; ?>Thanks for any help.
Regards,
Andrej
- The topic ‘Modules don't show up’ is closed to new replies.