forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: cbrush on September 21, 2006, 04:28:32 pm

Title: I am lost when it comes to theme modification
Post by: cbrush on September 21, 2006, 04:28:32 pm
I have copied the classic theme folder and labeled it classic2. After trying to edit the template.html file I cant get anything to work. For example, I wanted to change the site_logo image on the left, so I changed it in the template and it doesn't show up on the site. Am I missing something here? Is there something in the style.css or theme.php I am supposed to be changing?

http://www.cbrush.net/coppermine/
Title: Re: I am lost when it comes to theme modification
Post by: Sami on September 21, 2006, 04:48:49 pm
your logo path is wrong ! I've got 404 not found error when trying for
http://www.cbrush.net/coppermine/images/index_04.gif

check if the index_04.gif actualy being there (http://www.cbrush.net/coppermine/images/) and re-upload it again by ftp
Title: Re: I am lost when it comes to theme modification
Post by: Gizmo on September 21, 2006, 08:00:16 pm
Change the image path in your template.html to
Code: [Select]
<img src="themes/classic2/images/index_04.gif" alt="" width="250" height="62" border="0" class="admin_menu" />
Title: Re: I am lost when it comes to theme modification
Post by: cbrush on September 23, 2006, 01:05:22 am
Thanks for you help everyone. I will fix the image path.