http://www.icyphoenix.com/viewtopic.php?f=25&t=2307&p=21225#p21225
-----------------------------------
sympatico
Wed 07 Nov, 2007 14:47

Re: Sub Category Description On Album Index
-----------------------------------
Hello Pete,

i'm glad i can help you!

in album_mod/album_hierarchy_functions.php

around line 357 i replaced this:
[code linenumbers=false]					$link = $link_spacer . $subfolder_img . '<a href="' . $subpgm . '" title="' . $subdesc . '" class="genmed"><b>' . $subname . '</b></a>;
				}[/code]

with this:

[code linenumbers=false]
					$link = $link_spacer . $subfolder_img . '<a href="' . $subpgm . '" title="' . $subdesc . '" class="genmed"><b>' . $subname . '</b></a> <span class="previewalbum">' . $subdesc . '</span>&nbsp;<br>';
				}
[/code]

hope this helps


