westmidsguy Posted October 31, 2009 Posted October 31, 2009 When i enter a link to the app top breadcrumb for example the link contact us it shows a t string error yet when i add contactus without a space to breadcrumb it works fine?
johnnybebad Posted November 6, 2009 Posted November 6, 2009 When i enter a link to the app top breadcrumb for example the link contact us it shows a t string error yet when i add contactus without a space to breadcrumb it works fine? Think that you are trying to use text instead of the NAVBAR_TITLE for the Navbar the bread crum line in contact_us.pho should look like $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US)); In include/languages/english/contact_us.php or in english.php file you define the text define('HEADING_TITLE', 'Contact Us'); define('NAVBAR_TITLE', 'Contact Us'); define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.'); define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME); define('ENTRY_NAME', 'Full Name:'); define('ENTRY_EMAIL', 'E-Mail Address:'); define('ENTRY_ENQUIRY', 'Enquiry:'); hope that helps Getting better with mods but no programmer am I.
KJ666 Posted November 6, 2009 Posted November 6, 2009 I dont see i breadcrumb on your site ?? Also in footer.php you have a broken link: <a href="http://scicheck.com/oscommerce/contact_us.php">Contact us</a> <a href="">Terms and Conditions</a>
westmidsguy Posted November 6, 2009 Author Posted November 6, 2009 everything has been rectified thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.