From 73589ea15011ea3541604d7cf5bfb0cdaf8d369e Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Mon, 23 Apr 2012 18:41:10 +0000 Subject: [PATCH] [gh-303] Use "local" template instead of "fixed" git-svn-id: file:///tmp/wdn_thm_drupal/trunk@1574 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/all/themes/unl_wdn/template.php b/sites/all/themes/unl_wdn/template.php index 6f39a5fa..c1638ca6 100644 --- a/sites/all/themes/unl_wdn/template.php +++ b/sites/all/themes/unl_wdn/template.php @@ -202,14 +202,14 @@ function unl_wdn_get_instance() { UNL_Templates::$options['version'] = UNL_Templates::VERSION3x1; // Set a default template - $template = 'Fixed'; + $template = 'Local'; if (false === theme_get_setting('toggle_main_menu')) { $template = 'Document'; } if (theme_get_setting('unl_affiliate')) { - $template = 'Unlaffiliate'; + $template = 'Unlaffiliate_local'; } if (theme_get_setting('wdn_beta')) { -- GitLab