Skip to content
Snippets Groups Projects
Commit 73589ea1 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-303] Use "local" template instead of "fixed"

git-svn-id: file:///tmp/wdn_thm_drupal/trunk@1574 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 028deecd
No related branches found
No related tags found
No related merge requests found
...@@ -202,14 +202,14 @@ function unl_wdn_get_instance() { ...@@ -202,14 +202,14 @@ function unl_wdn_get_instance() {
UNL_Templates::$options['version'] = UNL_Templates::VERSION3x1; UNL_Templates::$options['version'] = UNL_Templates::VERSION3x1;
// Set a default template // Set a default template
$template = 'Fixed'; $template = 'Local';
if (false === theme_get_setting('toggle_main_menu')) { if (false === theme_get_setting('toggle_main_menu')) {
$template = 'Document'; $template = 'Document';
} }
if (theme_get_setting('unl_affiliate')) { if (theme_get_setting('unl_affiliate')) {
$template = 'Unlaffiliate'; $template = 'Unlaffiliate_local';
} }
if (theme_get_setting('wdn_beta')) { if (theme_get_setting('wdn_beta')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment