- Posts: 9
- Thank you received: 1
Problem
- Joao Oliveira
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 9 months ago #1696
by Joao Oliveira
Replied by Joao Oliveira on topic Re: Problem
I found the bug ... i deserved a bonus.
In en-Gb.tpl_ot_fashionpurestyle.ini you have a bug in this line:
OT_FOLLOW_US_ON_TWITTER = '<img border="0" src="templates/ot_fashionpurestyle/images/demo/followus.png" alt="" />'
the line must be :
OT_FOLLOW_US_ON_TWITTER = "<img border="0" src="templates/ot_fashionpurestyle/images/demo/followus.png" alt="" />"
You have to use " instead of ' otherwise all the language file started by OT_ will not work....
In en-Gb.tpl_ot_fashionpurestyle.ini you have a bug in this line:
OT_FOLLOW_US_ON_TWITTER = '<img border="0" src="templates/ot_fashionpurestyle/images/demo/followus.png" alt="" />'
the line must be :
OT_FOLLOW_US_ON_TWITTER = "<img border="0" src="templates/ot_fashionpurestyle/images/demo/followus.png" alt="" />"
You have to use " instead of ' otherwise all the language file started by OT_ will not work....
The following user(s) said Thank You: Linh Robert
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago #1705
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Problem
Hi,
Thanks for figured out.
Thanks
Thanks for figured out.
It may be:the line must be :
OT_FOLLOW_US_ON_TWITTER = "<img border="0" src="templates/ot_fashionpurestyle/images/demo/followus.png" alt="" />"
Code:
OT_FOLLOW_US_ON_TWITTER = "<img border='0' src='templates/ot_fashionpurestyle/images/demo/followus.png' alt='' />"
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds