diff --git a/sites/all/themes/unl_wdn/template.php b/sites/all/themes/unl_wdn/template.php index 6f39a5fa523cb56e2b37f06a53d1af41c6130f26..c1638ca6017f2f9a99bfd18537623420b286f897 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')) {