http://www.icyphoenix.com/viewtopic.php?f=36&t=4169&p=28490#p28490
-----------------------------------
Mighty Gorgon
Sun 18 May, 2008 01:24

Re: Re-Release And New Releases Of All Icy Themes Styles.
-----------------------------------
There is an easy way to tho that without changing any PHP file.

You need just to fill some new vars in CFG like these for example:

[codeblock]		$images['tbl_b_l'] = '';
		$images['tbl_b_c'] = '';
		$images['tbl_b_r'] = '';[/codeblock]

And then recall them in template using {IMG_TBL}.

If you need more, just create them in CFG and add them to the bottom in this section:

[codeblock]	'IMG_TBL' => $images['tbl_b_l'],
	'IMG_TBC' => $images['tbl_b_c'],
	'IMG_TBR' => $images['tbl_b_r'],[/codeblock]

You will then be able to use them in your template.

P.S.: you want me to remove your themes from the Download section in this site?


