4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: jeddx on April 07, 2005, 04:24:10 AM

Title: Inserting php in my home page
Post by: jeddx on April 07, 2005, 04:24:10 AM
I downloaded a mini chat php file and I want to insert it under the new images in the home page, i tried to include it in the index.php before the footer but it appeared under it.  is there any beter way to insert the code in any spacefic place i want?

thank you
Title: Re: Inserting php in my home page
Post by: V@no on April 07, 2005, 04:31:54 AM
yes, insert it into home.html template ;)

P.S. please click the first three links below:
Title: Re: Inserting php in my home page
Post by: Chris on April 11, 2005, 04:37:35 AM
Also open includes/constants.php and make sure this setting is 1
Code: [Select]
// Allow execution of PHP code in templates
define('EXEC_PHP_CODE', 1);