Index: openacs-4/packages/openacs-default-theme/lib/plain-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/lib/plain-master.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/openacs-default-theme/lib/plain-master.tcl 23 Feb 2009 20:53:37 -0000 1.4 +++ openacs-4/packages/openacs-default-theme/lib/plain-master.tcl 27 Oct 2014 16:41:52 -0000 1.5 @@ -32,7 +32,7 @@ set system_url [ad_url] } -if {[template::util::is_nil title]} { +if {![info exists title]} { # TODO: decide how best to set the lang attribute for the title set title [ad_conn instance_name] } @@ -47,7 +47,7 @@ } for {set i 1} {$i <= [template::multirow size navigation]} {incr i} { template::multirow get navigation $i - if { [lsearch -exact $navigation_groups $navigation(group)] < 0} { + if {$navigation(group) ni $navigation_groups} { lappend navigation_groups $navigation(group) } }