Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Aug 2006 23:02:01 -0000 1.4 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 6 Aug 2006 19:57:09 -0000 1.5 @@ -298,4 +298,10 @@ } ns_return 200 text/html "[_ xowiki.popular_tags_label]: [join $entries {, }]" } + + Class Page::skin=portlet -instproc render {} { + return "
\ + [my title]
\ +
[next]
" + } } \ No newline at end of file