Member
Member
Miem   2008-09-01, 11:11
#1

There is not a class assigned to a li in the print album menu.
I think I found a fault in the print_album_menu.php in line 384
$link = "
Should be:
$link = "

I am using the nightly build from 31-08-2008

Administrator
Administrator
acrylian   2008-09-01, 12:47
#2

Hm, I don't think:
if(getAlbumID() === $album->getAlbumID()) { $link = "".$album->getTitle().$count; } else { $link = "getTitle())."'>".htmlspecialchars($album->getTitle())."".$count; }
The class that is assigned to the first is only meant to style the active menu entry if you are in that album. It is passed from within the main functions as "class='class'" if set (around line 159). I think that is correct that way, the other `you could style vai via the main ul class like.class ul li`.

Member
Member
Miem   2008-09-01, 15:32
#3

Ah, I read it diferently. You are totally right. I have to work my css an other way. Sorry to have bothered you again.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.