forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: edd7 on January 21, 2011, 06:53:56 pm

Title: Favicon help please.
Post by: edd7 on January 21, 2011, 06:53:56 pm
Hi Folks.

I have done a search and read what I found on the subject but I feel like I'm banging my head on the wall.

No matter where I put my favicon and direct the server to the location, it keeps on showing this one.
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fi88.photobucket.com%2Falbums%2Fk163%2Fshed7%2Fwrongfav.png&hash=b1bab5f715b354a394b70774c331fc67c9f1d5a0)
I have looked for the location of this favicon.ico to delete it but can't find it.

I am using the curve_green theme and I have tried editing the code in the curve and curve_green template codes.
This is my Template code and my Gallery is here http://lonblitz.com/Gallery/login.php (http://lonblitz.com/Gallery/login.php)

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="css/coppermine.css" type="text/css" />
<link rel="stylesheet" href="themes/curve/style.css" type="text/css" />
<LINK REL="SHORTCUT ICON" HREF="favicon.ico" />

<!-- Begin IE6 support -->
<!--[if lt IE 7]>
<style>
body {behavior: url(themes/curve/csshover3.htc );}
.dropmenu li {width: 1px;} .dropmenu li a.firstlevel span.firstlevel {white-space: nowrap;} .main_menu {overflow: auto;}
</style>
<![endif]-->
<!-- End IE6 support -->
{JAVASCRIPT}
<!--
  SVN version info:
  Coppermine version: 1.5.9
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/themes/curve/template.html $
  $Revision: 7809 $
-->
</head>
<body>
    {CUSTOM_HEADER}
    <div id="cpg_logo_block_outer">
        <div class="cpg_logo_block_inner">
            <div id="cpg_logo_block_logo">
                <a href="index.php">
                    <img src="themes/curve/images/coppermine-logo.png" border="0" width="260" height="60" alt="" />
                </a>
            </div>
            <div id="cpg_logo_block_name">
                <h1>{GAL_NAME}</h1>
                <h3>{GAL_DESCRIPTION}</h3>
            </div>
            <div class="clearer"></div>
        </div>
    </div>
    <div id="cpg_header_block_outer">
        <div class="cpg_header_block_inner">
            <div id="main_menu">
                    {SYS_MENU}
                    {SUB_MENU}
                    {ADMIN_MENU}
            </div><!-- Begin IE7 support --><img src="images/spacer.gif" class="menuheight" alt="" /><!-- End IE7 support -->
            <div class="clearer"></div>
            {MESSAGE_BLOCK}
        </div>
    </div>
    <div id="cpg_main_block_outer">
        <div class="cpg_main_block_inner">
            {GALLERY}
            <br /> <!-- workaround for issue 64492 - do not remove the line break! -->
        </div>
    </div>
    <div id="cpg_footer_block_outer">
        <div class="cpg_footer_block_inner">
            {CUSTOM_FOOTER}
            {CREDITS}
        </div>
    </div>
</body>
</html>

Many thanks for looking and any help offerd.

Regards.
edd7.
Title: Re: Favicon help please.
Post by: lurkalot on January 21, 2011, 09:28:42 pm
The default coppermine Favicon is in the root directory of your coppermine install.
Title: Re: Favicon help please.
Post by: edd7 on January 22, 2011, 01:41:53 pm
Thanks lurkalot.

Had to do a re-install and moved my favicon.ico to the images folder changed the dode to look in that folder and it finds it. if I put it in the root directory it wouldn't find it for some reason.

Thanks for you help.
Regards.
edd7.