Index: openacs-4/packages/contacts/lib/contacts-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contacts-master.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/contacts/lib/contacts-master.tcl 19 Jun 2005 07:00:28 -0000 1.5 +++ openacs-4/packages/contacts/lib/contacts-master.tcl 28 Jun 2005 04:09:25 -0000 1.6 @@ -3,6 +3,11 @@ # @cvs-id $Id$ +set contacts_master_template [parameter::get -parameter "ContactsMaster" -default "/packages/contacts/lib/contacts-master"] +if { $contacts_master_template != "/packages/contacts/lib/contacts-master" } { + ad_return_template +} + # Set up links in the navbar that the user has access to set package_url [ad_conn package_url]