(02-06-2011, 01:33 PM)Fragma Wrote: Upload them to where ever you want.
Just make sure the images actually work, and make sure they're properly being displayed by checking your code in the Index Template.
It's not looking in a specific location?
Code:
<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on1.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/off1.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock1.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>