Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 17 Jan 2002 21:59:28 -0000 1.30 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 19 Jan 2002 18:32:00 -0000 1.31 @@ -259,6 +259,7 @@ ad_proc -public render_page { {-hide_links_p "f"} {-user_id ""} + {-render_style "individual"} portal_id } { render a page in a user's favorite style @@ -269,7 +270,7 @@ set theme_id [get_user_theme $user_id] - return [portal::render -hide_links_p $hide_links_p $portal_id $theme_id] + return [portal::render -hide_links_p $hide_links_p -render_style $render_style $portal_id $theme_id] } }