Dustin Posted December 6, 2006 Posted December 6, 2006 I need some help in pointing me to the correct file to modify for my home page. I want to move my new products box up above my text so that my home page text is at the bottom of the screen and my products are at the top.. I tried languages/english/index.php and switched the defines around, but no luck.. Anybody familiar with this?? Thanks in advance..
jdvb Posted December 6, 2006 Posted December 6, 2006 if you already found where they are defined in the language files... go there see what it is called... define('NAME', 'text'); copy that name in your clipboard. now we can go to the index.php file, and look for that instance of "name" (it must occur below this code: } else { //default page ), and move that below the include(DIR_WS_MODULES . 'products_new.php'); part.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.