Word in upper left corner and a bullet that I can't get rid of Word in upper left corner and a bullet that I can't get rid of
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Word in upper left corner and a bullet that I can't get rid of

Started by TraceMae, January 15, 2009, 11:06:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TraceMae

Hi,
Here is a link to my gallery http://www.ferkeybuilders.com/gallery
First thing I can't get rid of is the word "english" in the upper left corner.
Also there is a bullet along the left side of the main content just below the menu that I can't get rid of either.  The bullet only shows up in Firefox, but not in IE.  When I am signed in as admin the bullet is next to the admin menu title.  When I logout, the admin menu disappears, but the bullet doesn't. Can anyone tell me where to look to get rid of this?  I already looked in the template file and its not there.
Thanks!   

TraceMae

I solved the bullet problem, i found list-style-type: disc; and added none.  But the english problem is still there. 

Nibbler

Seems to have been code left in the theme by mistake. Edit themes/winter_blue/theme.php and remove the line


echo $CONFIG['lang'];

TraceMae

That worked!!  ;D Thank you so much!  I looked at the theme.php but I didn't really know what I was looking for.
Your awesome!