pragent
03-13-2006, 11:10 AM
Here is my code for Background Featured Links:
main.tpl
{if $smarty.const.FTR_ENABLE == 1 && !empty($feat_links)}
<h3>{l}Featured Links{/l}</h3>
<div class="featured">
{foreach from=$feat_links item=link name=links}
{include file="link.tpl" link=$link}
{/foreach}</div>
{/if}
main.css
.featured {
background: #E9E9E9;
border: 1px solid #ff9900;
margin: 0 10px 10px 10px;
padding: 14px 5px 5px 5px;
}
I hope this help ...... :oops:
main.tpl
{if $smarty.const.FTR_ENABLE == 1 && !empty($feat_links)}
<h3>{l}Featured Links{/l}</h3>
<div class="featured">
{foreach from=$feat_links item=link name=links}
{include file="link.tpl" link=$link}
{/foreach}</div>
{/if}
main.css
.featured {
background: #E9E9E9;
border: 1px solid #ff9900;
margin: 0 10px 10px 10px;
padding: 14px 5px 5px 5px;
}
I hope this help ...... :oops: