Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: scvinodkumar on June 06, 2008, 03:03:16 AM

Title: include php file
Post by: scvinodkumar on June 06, 2008, 03:03:16 AM
how to include php file in roundcube.

i need to add some php code to the footer. Currently, it is in html file. so i change it to php file. and now it is not working.

please help me

thanks
Title: include php file
Post by: JohnDoh on June 06, 2008, 07:39:55 AM
Try turing $rcmail_config['skin_include_php'] on in your config, I think you will then be able to put php code in the template files. I haven't tested it but I think that is all you have to do.