Index: openacs-4/packages/xowiki/www/view-book.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/view-book.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xowiki/www/view-book.tcl 1 Mar 2008 16:25:51 -0000 1.8 +++ openacs-4/packages/xowiki/www/view-book.tcl 3 May 2010 17:44:16 -0000 1.9 @@ -1,4 +1,4 @@ -set title [[$package_id folder_id] title] +set title [$package_id get_parameter PackageTitle [my instance_name]] set toc [$page include [list toc -open_page $name -decoration plain -remove_levels 1]] set i [$page set __last_includelet] #my log "--last includelet = $i, class=[$i info class] [$page exists __is_book_page]"