"; print ""; foreach(array_keys($DTIndexArray) as $fred) { print "$fred  "; } print ""; print "
"; print "
"; foreach(array_keys($DTIndexArray) as $fred) { print "
"; print "$fred"; if (is_array($DTIndexArray[$fred])) { sort($DTIndexArray[$fred['Title']]); foreach($DTIndexArray[$fred] as $item) { print "
   " ; print ""; print FmtPageName('$Title',$item['pagefile']); print ""; if ($item['Group']) { print " ( "; print FmtPageName('$Group',$item['pagefile']); print " )"; } } } } } ?>