Sarah, you can do as guide from Robert. For template joomla, you must know to put position for module.
<div>
<?php if ($this->countModules('modal')): ?>
<jdoc:include type="modules" name="modal" style="modal" />
<?php endif; ?>
</div>
After put your module, you can write css and check the layout. Must know css, javascript to do this. You should learn them first.
via Joomla! http://ift.tt/1aJ131g
<div>
<?php if ($this->countModules('modal')): ?>
<jdoc:include type="modules" name="modal" style="modal" />
<?php endif; ?>
</div>
After put your module, you can write css and check the layout. Must know css, javascript to do this. You should learn them first.
Statistics: Posted by jcms — Wed Apr 08, 2015 7:09 am
via Joomla! http://ift.tt/1aJ131g
No comments:
Post a Comment