faq.html error

iguanashare4743

New Member
YetiShare User
Feb 7, 2015
125
0
0
Hi

on my faq page am getting this msg :

mysitename.com frequently asked questions. If you have anymore questions please <a href='[[[WEB_ROOT]]]/contact.[[[SITE_CONFIG_PAGE_EXTENSION]]]'>contact us</a>


How can i fix this ?
 

lajusangat

New Member
YetiShare User
Oct 1, 2012
20
0
1
Hi,

1.Go to theme folder
2.Edit file faq.html
3.In line 6,
replace with below code,
Code:
define("TITLE_DESCRIPTION_LEFT", t("faq_title_page_description_left_", "[[[SITE_CONFIG_SITE_NAME]]] frequently asked questions.", array('SITE_CONFIG_SITE_NAME' => SITE_CONFIG_SITE_NAME)));
4.save
5.refresh your page.

Thanks
 

iguanashare4743

New Member
YetiShare User
Feb 7, 2015
125
0
0
lajusangat said:
Hi,

1.Go to theme folder
2.Edit file faq.html
3.In line 6,
replace with below code,
Code:
define("TITLE_DESCRIPTION_LEFT", t("faq_title_page_description_left_", "[[[SITE_CONFIG_SITE_NAME]]] frequently asked questions.", array('SITE_CONFIG_SITE_NAME' => SITE_CONFIG_SITE_NAME)));
4.save
5.refresh your page.

Thanks

Thank you it worked :)