Index: openacs-4/contrib/packages/portal/lib/layouts/simple1.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/portal/lib/layouts/Attic/simple1.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/portal/lib/layouts/simple1.tcl 14 Mar 2004 01:16:30 -0000 1.1 +++ openacs-4/contrib/packages/portal/lib/layouts/simple1.tcl 22 Mar 2004 01:57:37 -0000 1.2 @@ -14,9 +14,11 @@ # details. # -# www/templates/simple2.tcl ad_page_contract { - @cvs_id $Id$ + This is a simple 1 column layout called from portal::render-page. + + @version $Id$ + } -properties { element_list:onevalue element_src:onevalue @@ -25,18 +27,6 @@ return_url:onevalue } -if { ![info exists action_string]} { - set action_string "" -} +array set elements $page(element_list) -if { ![info exists theme_id]} { - set theme_id "" -} - -if { ![info exists return_url]} { - set return_url "" -} - -portal::layout_elements $element_list - ad_return_template