@ Moof
the code is this
Quote:
$files[] = array(
'path' => $stylevars['imgdir_siteicons']['imagedir'] . '/logo.png',
'css' => 'siteicons_logo',
'rollup' => $CSS_FORUMHOME_ROLLUP,
);
|
<span class="sprite_custom_siteicons_logo" title=""></span>
works ok
and this..
Quote:
$files[] = array(
'path' => $stylevars['imgdir_siteicons']['imagedir'] . '/whobar.png',
'css' => 'siteicons_whobar',
'rollup' => $CSS_FORUMHOME_ROLLUP,
);
|
<span class="sprite_custom_siteicons_whobar" title=""></span>
dosnt work ..but dose when i disable the first one
All the files are in the same folder ...siteicons....
its more than likely my interpretation of your code.. sorry but we all have to learn..
thanks for your help..