I have a frame that I need to load a page.
Problem is that I need code inside application_top.php but dont want to display the menu graphics to my frame.
How do i prevent the zencart menu layout to display in the frame?
marksu
I have a frame that I need to load a page.
Problem is that I need code inside application_top.php but dont want to display the menu graphics to my frame.
How do i prevent the zencart menu layout to display in the frame?
marksu
I think you need to look at includes/templates/your_template/commons/tpl_main_page.php and place your frame code there instead of in application_top
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Sorry for my bad english.
I ment:
I have "frame content page" which includes the application_top.php file using require command.
Then I also have my main page that has a frame. I need to get my "frame content page" to display in the frame without the zen cart header graphics.
EDIT: Therefore I would need to edit application_top.php so it never displays the top header graphics.
marksu
Last edited by marksu; 9 May 2008 at 02:26 PM.
Hi marksu,
Which version of ZC are you using? Which application_top are you talking about?
I thought you talked about the catalog side, but now it seems like you talk about the admin's one?
Regards
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Sorry I forgot to mension I am using Zen Cart version v1.3.7.1.
marksu
I figured it out.
No eediting of application_top.php is needed.
Just removing following file in my main page was enaf.
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
marksu