beuleux Posted April 2, 2006 Posted April 2, 2006 I wanted to place the new products for month module on additional pages so i pasted the code from index.php <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> into the appropriate table cell this worked to an extent the module appeared where it was supposed to but the heading title instead of "new products for month" it reads "NEW_PRODUCTS_HEADING_TITLE" I obviously need to paste some more code the thing is I dont know which piece lol.... thanks
beuleux Posted April 3, 2006 Author Posted April 3, 2006 ...just figured it out, the page I added the module to didnt have the line of code.. require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT); ...now it does and works fine.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.