Hi,
please open index.php file in templates/ja_rutile folder, at about line 171, find following code:
[PHP]<?php if($this->countModules(‘banner’)) : ?>
<!– BEGIN: BANNER –>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”banner” />
</div>
<!– END: BANNER –>
<?php endif; ?>[/PHP]
and change to:
[PHP]<?php if($this->countModules(‘mod_bottom’)) : ?>
<!– BEGIN: MOD BOTTOM–>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”mod_bottom” />
</div>
<!– END: MOD BOTTOM–>
<?php endif; ?>
<?php if($this->countModules(‘banner’)) : ?>
<!– BEGIN: BANNER –>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”banner” />
</div>
<!– END: BANNER –>
<?php endif; ?>[/PHP]
In Administrator, you can create a module and select mod_bottom position for this module.