ready
Assuming that the
new position is called "
lat2"
then
Index.php template
add this code in the place where you want the new position
< jdoc:include type="modules" name="lat2" / >
( remove spaces before and after < > )
I add below
<div class="main clearfix">
< jdoc:include type="modules" name="lat2" / >
( remove spaces before and after < > )
----------------------
And templateDetails.xml
add the new position
<positions>
<position>logo</position>
<position>mainmenu</position>
<position>lat2</position>
<position>slideshow</position>
<position>testimonial</position>
<position>bottom</position>
<position>home-c-l</position>
<position>home-c-r</position>
<position>latest</position>
<position>news</position>
<position>contact</position>
<position>footer</position>
<position>debug</position>
</positions>
------------------
This code lets give it another css style but hard to find a place to locate it near the header to put another menu (which was my case)
<?php if($this->countModules('lat2')) : ?>
<div id="lat2">
<div class="main clearfix">
< jdoc:include type="modules" name="lat2" style="xhtml" / > ( remove spaces before and after < > )
</div>
</div>
<?php endif; ?>
Sorry for my English! thank google translator