![]() |
|
[tip] album/image id - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: [tip] album/image id (/thread-7871.html) |
[tip] album/image id - SophT - 18-11-2010 I wanted to do some album level editing in CSS so I added the following to the div in /themes/[your theme]/index.php and /themes/[your theme]/album.php find div class="album" and find the following: id="" and you should end up with something like this: div class="album" id="your-sanitized-album-title" |