coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: TraceMae on January 15, 2009, 11:06:01 PM

Title: Word in upper left corner and a bullet that I can't get rid of
Post by: TraceMae on January 15, 2009, 11:06:01 PM
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!   
Title: Re: Word in upper left corner and a bullet that I can't get rid of
Post by: TraceMae on January 15, 2009, 11:26:35 PM
I solved the bullet problem, i found list-style-type: disc; and added none.  But the english problem is still there. 
Title: Re: Word in upper left corner and a bullet that I can't get rid of
Post by: Nibbler on January 15, 2009, 11:45:06 PM
Seems to have been code left in the theme by mistake. Edit themes/winter_blue/theme.php and remove the line


echo $CONFIG['lang'];
Title: Re: Word in upper left corner and a bullet that I can't get rid of
Post by: TraceMae on January 16, 2009, 12:23:22 AM
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!