forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Turisti on October 11, 2010, 07:44:11 am

Title: Favorites page icon
Post by: Turisti on October 11, 2010, 07:44:11 am
Hi,

I would like to change the icon on favorites page, from which file it can be found?

http://www.rapik.com/photo/thumbnails.php?album=favpics

Now I got this "valopöytä" -link (favorites) on my main menu and it has this eye-icon next to it. And I would like to use this same icon on the actual "valopöytä" -page (favorites).

Hope you got what I ment!

Title: Re: Favorites page icon
Post by: Αndré on October 12, 2010, 10:26:59 am
In include/functions.inc.php find
Code: [Select]
$album_name = cpg_fetch_icon('favorites', 2) . $lang_meta_album_names['favpics'];and replace with
Code: [Select]
$album_name = cpg_fetch_icon('check_versions', 2) . $lang_meta_album_names['favpics'];