i added banner, excisting banner still there. how can delete one?
the bottom 1 bananas needs deleted.
thanks.
the bottom 1 bananas needs deleted.
thanks.
hi,
you have 2 options,
1) go index.php of template , remove line,
or
2) create module can hold folder @ position-15
the above solution work beez5 template. have not tested other templates.
you have 2 options,
1) go index.php of template , remove line,
code: select all
<div id="header-image">
<jdoc:include type="modules" name="position-15" />
<?php if ($this->countmodules('position-15')==0): ?>
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/images/fruits.jpg" alt="<?php echo jtext::_('tpl_beez5_logo'); ?>" />
<?php endif; ?>
</div>
or
2) create module can hold folder @ position-15
the above solution work beez5 template. have not tested other templates.
Comments
Post a Comment