Hello,
content not show up in my current themes, switched to garland the problem gone,
here it is my current theme scripts
<div id="mykonten">
<div class="konten">
<?php print $mykonten; ?>
<h5><i><?php print $messages ?></i></h5>
<?php if($tabs || $tabs2): ?>
<div class="tabs"><?php print $tabs ?></div>
<div class="tabs2"><?php print $tabs2 ?></div>
<?php endif; ?>
<?php print $content ?>
</div>
</div>
<div class="konten">
<?php print $mykonten; ?>
<h5><i><?php print $messages ?></i></h5>
<?php if($tabs || $tabs2): ?>
<div class="tabs"><?php print $tabs ?></div>
<div class="tabs2"><?php print $tabs2 ?></div>
<?php endif; ?>
<?php print $content ?>
</div>
</div>
please guide me to solve this problem, Thank you :)
Read »








