Zen Cart Logo
Forums / General Questions / modify which file? where is it?

modify which file? where is it?

Locked

Views: 872

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 May 2007, 3:38 PM
#1
humbll avatar

humbll

Zen Follower

Join Date:
Jan 2007
Location:
USA
Posts:
219
Plugin Contributions:
0

modify which file? where is it?

i have an application i want to implement the instructions read:

[quote] Add this code to a *.PHP file in the <BODY>..</BODY> tags. Put it where you want the script to appear.

<?php require_once "rda-enterprises.com/123456/blah/blah.php"; echo $php_blahl->blah_process(x); // x = id ?> \[quote]

assuming i want the app to appear in a blank sidebox (from the blank sidebox module), where exactly would i put this? also, say i want it on the bottom of my main page then which file to modify? what about a new ezpage? thanks in advance

29 May 2007, 4:12 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: modify which file? where is it?

For the footer it is tpl_footer.php

ezpages & blank sideboxes normally only contain html code but there are others that I believe have determined how to add php code to these

29 May 2007, 4:50 PM
#3
humbll avatar

humbll

Zen Follower

Join Date:
Jan 2007
Location:
USA
Posts:
219
Plugin Contributions:
0

Re: modify which file? where is it?

Thank you, venomous one...