Aparna with Nova Skin
Installation and Configuration
I have the new module I created with all fields etc.
I am trying to add those fields to the root index.tpl file to display our Band of the week module form fields on the front page.
However if i try to use the created fields eg. botw_title they do not display
This is what I used in my skin/xxxxx/index.tpl file for testing
<div class="infobox">{$botw_title}
</div>
I just need an example of how to pull in this one field to a div on my homepage ( index.tpl ) and I can sort the rest.
How do I get the home page to read and display the modules fields?
updated by @madc: 12/15/13 02:16:09AM