thevacuumshop Posted July 9, 2010 Share Posted July 9, 2010 Hi i am unable to find where to insert the text to be displayed on the about us page i have looked at the catalog/about_us.php same applies to terms page as well any suggestions? Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2010 Share Posted July 9, 2010 You need to edit those pages in the language files... catalog/includes/languages/english/about_us.php catalog/includes/languages/espanol/about_us.php catalog/includes/languages/german/about_us.php etc, etc... Link to comment Share on other sites More sharing options...
thevacuumshop Posted July 9, 2010 Author Share Posted July 9, 2010 You need to edit those pages in the language files... catalog/includes/languages/english/about_us.php catalog/includes/languages/espanol/about_us.php catalog/includes/languages/german/about_us.php etc, etc... Thank You! Link to comment Share on other sites More sharing options...
MrPhil Posted July 9, 2010 Share Posted July 9, 2010 Since your next question will be "I modified the text, but now I'm getting an error about unexpected keyword or string", remember that any apostrophes or single quotes ' within your text need to be "escaped": \' so that PHP doesn't get confused and think the string ends there. define('TEXT_HI_THERE', 'Hello, it\'s good to see you!'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.