Index: openacs-4/packages/xowiki/www/portlets/wiki.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/wiki.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/xowiki/www/portlets/wiki.tcl 30 Jan 2006 02:04:51 -0000 1.2 +++ openacs-4/packages/xowiki/www/portlets/wiki.tcl 11 Feb 2006 00:57:44 -0000 1.3 @@ -1,5 +1,7 @@ +# $Id$ +# display a wiki page included in a different wiki page +# -gustaf neumann -# get the folder id from the including page set folder_id [$__including_page set parent_id] set item_id [::Generic::CrItem lookup -title $name -parent_id $folder_id] set page [::Generic::CrItem instantiate -item_id $item_id]