|
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
|