68 Classifieds Forums

68 Classifieds Forums (http://www.68classifieds.com/forums/index.php)
-   v3.1 Questions & Support (http://www.68classifieds.com/forums/forumdisplay.php?f=19)
-   -   Page Title Showing &Raquo instead of � (http://www.68classifieds.com/forums/showthread.php?t=2520)

bgordon 02-27-2007 10:32 PM

Page Title Showing &Raquo instead of �
 
There seems to be an issue with whatever php file adds the category names to the site's title. It shows the HTML &Raquo tag in the title instead of the �

Any idea where I would look to change this or fix the tag?

Thanks...

suzkaw 02-27-2007 11:51 PM

You can open the language file and edit this line to what ever seperator you wish:
PHP Code:

define("LANG_CAT_SEPERATOR", "»"); //seperates the cats in breadcrumb


bgordon 02-28-2007 12:05 AM

Thanks... the strange thing is that it shows the proper characters in the breadcrumb display on the pages but it translates literally in the title of the page. If I change it in the language file then the page bgreadcrumbs will be different. I like the little guys but why won't they show up in the page title properly?

Is it charset issue?

suzkaw 02-28-2007 12:18 AM

I guess it could be. I don't remember seeing this issue before so I guess that could be an option to try. Can you remove this charset from the layout template file and see if it appears as the tag instead of the html?

Here is the portion:
Code:

<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

bgordon 02-28-2007 12:27 AM

Yep.. fixed. I changed it to -> hardcoded (like that better it seems) and all is well. Thanks :)

suzkaw 02-28-2007 10:06 AM

Great news!. :D

I knew there was a good reason I added that to the language file. ;)


All times are GMT -4. The time now is 05:44 AM.

Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.