Index: openacs-4/packages/xowiki/www/portlets/categories-recent.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/categories-recent.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/xowiki/www/portlets/categories-recent.tcl 3 May 2006 12:03:23 -0000 1.5 +++ openacs-4/packages/xowiki/www/portlets/categories-recent.tcl 19 Jun 2006 00:40:04 -0000 1.6 @@ -5,6 +5,7 @@ # valid parameters from the include are # tree_name: match pattern, if specified displays only the trees with matching names # max_entries: show given number of new entries +# skin: name of adp-file to render content ::xowiki::Page proc __render_html { -folder_id @@ -57,3 +58,8 @@ ] if {![info exists name]} {set name "Recently Changed Pages by Categories"} set link "" + +if {![info exists skin]} {set skin portlet-skin} +if {![string match /* $skin]} {set skin [file dir $__adp_stub]/$skin} +template::set_file $skin +