Favorites page icon Favorites page icon
 

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

Favorites page icon

Started by Turisti, October 11, 2010, 07:44:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Turisti

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!


Αndré

In include/functions.inc.php find
$album_name = cpg_fetch_icon('favorites', 2) . $lang_meta_album_names['favpics'];
and replace with
$album_name = cpg_fetch_icon('check_versions', 2) . $lang_meta_album_names['favpics'];