I tried to install some free Template from the Joomla 1.6 CMS. Every Template (and every tutorial) i downloaded cannot show the main Menu on the left site.
There are this Lines in index.php file:
<?php if($this->countModules('left')) : ?>
<div id="sidebar" class="grid_<?php echo $leftcolgrid;?>">
<jdoc:include type="modules" name="left"style="xhtml" />
</div>
<?php endif; ?>
How can i set up to show the Main-Menu on the left site for Joomla 1.6?