digicammad Posted February 21, 2006 Posted February 21, 2006 I'm in the process of developing a store and would like to know how I can get rid of the 'Top' level, making the 'Catalog' level effectively the home page. I think what I want to do is to get rid of any mention of 'top' and put a copy of index.php into the root folder, so when the user hits the site they see the same page as when they select 'Catalog'. Can anybody advise me how this can be done? Cheers
♥Vger Posted February 21, 2006 Posted February 21, 2006 To remove 'Top' edit includes/application_top.php, as below: //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); For the other problem, why not move all of the 'catalog' files and folders into the root of your web? If you have html files in there they won't be affected by the php files being in the root of your web. Vger
digicammad Posted February 21, 2006 Author Posted February 21, 2006 Thanks. So do none of the scripts refer to '/catalog/' then? I was afraid if I moved it up a level all the paths would be wrong.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.