Zen Cart Logo

Home page image

Locked

Views: 1,759

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
14 Jun 2006, 3:13 PM
#1
thuynh7 avatar

thuynh7

New Zenner

Join Date:
Nov 2005
Posts:
21
Plugin Contributions:
0

Home page image

I'm planning of having a huge flash animation on the homepage.

My site is 750px wide and the SWF would go above the three columns (left-center-right), so I can include it in tpl_mainpage.php in the page editor, other wise this will sit in between the left and right columns.

Even if i added it to the main tpl page, the SWF would appear on every single page and I don;t want this, I only want it on the home page.

15 Jun 2006, 6:30 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Home page image

If you put it in the bottom of tpl_header.php, it will sit above the sidebars and center column.

The comments in tpl_main_page.php show how to execute the flash only on the home page, as described here just two days ago.
(The code can be transplanted to other files from tpl_main_page.php.)