Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

set_image

While developing the new theme engine for PHPFusion v7, there was a problem when it came to .png / .jpg images in stead of .gif files in example for the forum section. The solution to this problem was a get_image function which held all the standard images of PHPFusion and the set_image function was the way to replace the path to the standard images with new ones.

set_image

Quote

set_image ( string $name , string $new_dir )


Parameters
name
The name of a already defined image you want to change the location / direction to.

new_dir
The new direction to the image you are setting.

Return Values
This function will not return anything.

Changelog
7.00.00 - Function added to PHPFusion