How can I use background images for Masshead. At module config it says:
<blockquote>
Use extra paramaters:
Extra parameters can put in config as name=”value” and access through variables $masshead[‘params’][‘name’] by overwritting module layout in the template
Eg:
[Masshead Itemid=”page_id” title=”Title” background=”image url”]Description[/Masshead]
Access the param background:
<div class=”jamasshead” <?php if(isset($masshead[‘params’][‘background’])): ?> style=”background-image: url(<?php echo $masshead[‘params’][‘background’] ?>)” <?php endif; ?>>
</blockquote>
In what file do we need to put this code ( <div class…. )
Thanks for any help!