creating new html template - Joomla! Forum - community, help and support
i have created new html template , want apply home page . table 6 rows , 2 columns.
how can put positions on it. have keep image slideshow on header abovee comes login box. , below content , @ bottom comes footer. how can . have modified template .xml file also. shouuld keep positions.
for example
<div id="header2">
<div class="header2">
<th height="43" scope="row" bgcolor="#a7c358"> </th>
<td>header
<?php if (moscountmodules('header')>0) mosloadmodules('header',0); ?></td>
</div>
</div> have put <jdoc on top can u please me real urgent.
how can put positions on it. have keep image slideshow on header abovee comes login box. , below content , @ bottom comes footer. how can . have modified template .xml file also. shouuld keep positions.
for example
<div id="header2">
<div class="header2">
<th height="43" scope="row" bgcolor="#a7c358"> </th>
<td>header
<?php if (moscountmodules('header')>0) mosloadmodules('header',0); ?></td>
</div>
</div> have put <jdoc on top can u please me real urgent.
in joomla 1.5, include positions in template this:
<?php if($this->countmodules('position-name')) : ?>
<jdoc:include type="modules" name="position-name" style="xhtml" />
<?php if($this->countmodules('position-name')) : ?>
<jdoc:include type="modules" name="position-name" style="xhtml" />
Comments
Post a Comment