How Work With $png_colors ? »  Show posts from    to     

Icy Phoenix


Old Support Topics - How Work With $png_colors ?



Blackgatomon [ Thu 17 Oct, 2013 22:21 ]
Post subject: How Work With $png_colors ?
I'm modifying a template.
but use many PNG images.

I found these lines.

Code: [Hide] [Select]
$png_colors = array();
$png_buttons_colors = array();


Does anyone tell me how to use it?


Mighty Gorgon [ Sun 20 Oct, 2013 12:20 ]
Post subject: Re: How Work With $png_colors ?
Hi Blackgatomon, those vars are used in case you would like to create more than one template from the same source folder.

In that case the system would look for PNG images and buttons instead of GIF.

For example PEARL styles have some PNGs:
Code: [Hide] [Select]
$png_colors = array('p_black', 'p_blue', 'p_purple');
$png_buttons_colors = array('p_purple');




Powered by Icy Phoenix