coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: eke on November 29, 2003, 02:20:25 PM

Title: theme.php: class not defined
Post by: eke on November 29, 2003, 02:20:25 PM
just fyi:
on line 177 and 287 in theme.php

<a href="{ALB_LINK_TGT}" class="albums">{ALB_LINK_PIC}<br /></a>

class "albums" is not defined.
this has no consequence per se but since I always try and keep my code "clean" I suggest either add .albums to style.css or remove the class definition in theme.php.

I see no real reason why to have a class there since the style inside the link is "image" and should suffice for layout purposes.

cheers
eke.
Title: theme.php: class not defined
Post by: Joachim Müller on November 30, 2003, 08:37:04 AM
I guess it's there so someone can do a hover efect (on Mouse over). I'd leave it in, it won't hurt.

GauGau