yes, I use 4.7

I talk about your second hack modification in pp-inc.php:
###
### In pp-inc.php find this:
###
function printheader( $thecat, $titlereplace, $slideshow=0, $printheader="yes" ) {
global $Globals, $User, $link, $slidedelay, $slideurl, $vbheader, $skip_exheader;
if ( $Globals['printheader'] == "yes" ) return;
(...)
###
### Change to this:
###
function printheader( $thecat, $titlereplace, $slideshow=0, $printheader="yes" ) {
global $Globals, $User, $link, $slidedelay, $slideurl, $vbheader, $skip_exheader;
(...)
and this dosnt match with V4.7 wich I just download. I replace as I mean its correct and it seems to work. But I miss a feature:
A highlight of new features and improvements in PhotoPost 4.7 include:
- Collapsible/Expandable categories on Main Index
I cannot find this.