Guest Posted January 22, 2006 Posted January 22, 2006 I am redesigning a Osc shop. Got stuck with a few things. On this site I am not able to find the text which is appearing on the index.php . it is not available on the catalog/language/english/index.php . I tried removing all the text for define('TEXT_MAIN', ' '); on this file but even after removing whatever text is available, the index.php still shows all the main content. The catalog/index.php contains the following code. So i think the main text is somewhere else. <!-- <td class="main"><?php // echo TEXT_MAIN; ?></td> --> <td class="main"><?php echo $page_check[pages_html_text]; ?></td> Please help how to find the content for editing. Another problem is that footer is not showing up in some files except info_pages.php. The files have the following code in place. <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> Can't figure out what is going wrong. 1
Recommended Posts
Archived
This topic is now archived and is closed to further replies.