Mortt Posted February 13, 2007 Share Posted February 13, 2007 Hi I am trying to find which page I edit to change the PHONE US: 1 800 123 4567 (www.my-comms.co.uk) at the top right of the index page can anybody point me in the right direction Thanks Link to comment Share on other sites More sharing options...
jonquil Posted February 13, 2007 Share Posted February 13, 2007 It's in your catalog/includes/header.php: <td align="right" width="17"><IMG SRC="images/az_icon_phone.gif"></td> <td class="az_topmenu_cart_td2" align="right"> PHONE US: 1 800 123 4567</td> jon hint: Posting an accurate and working URL really helps :) It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
Mortt Posted February 13, 2007 Author Share Posted February 13, 2007 Thanks just could'nt see it Link to comment Share on other sites More sharing options...
Mortt Posted February 13, 2007 Author Share Posted February 13, 2007 I have found the page but this is all I can find <td align="right" width="17"><IMG SRC="<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_icon_phone.gif"></td> <td class="az_topmenu_cart_td2" align="right"> <?php echo TEXT_CALLNUMBER; ?></td> Any Ideas Link to comment Share on other sites More sharing options...
Mortt Posted February 13, 2007 Author Share Posted February 13, 2007 Sorry wrong address (www.key-comms.co.uk) Link to comment Share on other sites More sharing options...
jonquil Posted February 14, 2007 Share Posted February 14, 2007 I have found the page but this is all I can find <td align="right" width="17"><IMG SRC="<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_icon_phone.gif"></td> <td class="az_topmenu_cart_td2" align="right"> <?php echo TEXT_CALLNUMBER; ?></td> Any Ideas Back up your site locally, if you haven't already, and use your text editor to search the catalog files for TEXT_CALLNUMBER. jon It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
Mortt Posted February 14, 2007 Author Share Posted February 14, 2007 Thanks for your replys What text editor do you use that is will search the entire catalag I only use notepad Link to comment Share on other sites More sharing options...
jonquil Posted February 14, 2007 Share Posted February 14, 2007 There are many to choose from. Suggestions on the forum are WinMerge, TextPad, PHP Editor and so on. If you're comfortable with NotePad, move up to TextPad and wet your feet some more. The phone number is "defined". Most likely, the line you need is in catalog/includes/languages/english.php or within a file that came with your template. jon It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
Mortt Posted February 14, 2007 Author Share Posted February 14, 2007 Thanks again I used textpad(no more notepad) it is located in catalog/includes/languages/english/menu.php Link to comment Share on other sites More sharing options...
jonquil Posted February 15, 2007 Share Posted February 15, 2007 That was easy. Glad you found it :) jon It's all just ones and zeros.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.