thevacuumshop Posted July 9, 2010 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?
Guest Posted July 9, 2010 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...
thevacuumshop Posted July 9, 2010 Author 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!
MrPhil Posted July 9, 2010 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!');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.