View Single Post
Old July 19th, 2005, 10:19 PM   #4 (permalink)
Carolem
Member
Verified Customer
 
Join Date: Jul 2003
Posts: 198
I think I figured out:

I moved (lines 285 - 289)
Code:
if ( $cats['subalbcnt'] > 0 ) {
$cats['albumcount'] = $cats['subalbcnt'];
$Globals['pp_lang']['albums'] = $Globals['pp_lang']['userassigned'];
include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/albums.tmpl" );
}

and placed it right after line 15 and it seems to work fine!

Thanks for "making me think harder!"
Carole
Carolem is offline   Reply With Quote