Favicon in K2 Favicon in K2
 

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

Favicon in K2

Started by NiceTrainers, October 26, 2006, 10:32:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NiceTrainers

Having problems getting my favicon appear in using the K2 theme.

I've edited the "template" file to include the following code and uploaded my favicon into the route and specific folders, but it refuses to appear

head>
<LINK REL="SHORTCUT ICON" HREF="http://www.myurl.com/favicon.ico" />

I've tried it without specifying the url as well and no luck.  I've tried it specifying the url and naming the folder and no luck.

Would appreciate some help.  Cheers.

Gizmo

Try putting the favicon.ico into the Coppermine root directory. You shouldn't need to edit the template.html as the browser will eventually find it.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

NiceTrainers

I did try that, but it wasn't working.

However...

I have just put the favicon.ico in the "themes" folder and made the code thus:

<LINK REL="SHORTCUT ICON" HREF="/themes/favicon.ico" />

and its worked !  :-\ ;D

Gizmo

Very cool! Thanks for reporting back your solution so that others will benefit from your experience.

Cheers,

Gizmo
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision