Index: openacs-4/packages/theme-zen/lib/layouts/zen1.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/lib/layouts/zen1.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/theme-zen/lib/layouts/zen1.tcl 20 Dec 2007 13:50:37 -0000 1.3 +++ openacs-4/packages/theme-zen/lib/layouts/zen1.tcl 27 Oct 2014 16:41:59 -0000 1.4 @@ -26,19 +26,19 @@ return_url:onevalue } -if { ![info exists action_string]} { +if { ![info exists action_string] } { set action_string "" } -if { ![info exists theme_id]} { +if { ![info exists theme_id] } { set theme_id "" } -if { ![info exists return_url]} { +if { ![info exists return_url] } { set return_url "" } -if { [exists_and_not_null resource_dir] } { +if { [info exists resource_dir] && $resource_dir ne "" } { portal::set_page_css $resource_dir }