diff options
Diffstat (limited to 'templates/region.tpl.php')
-rw-r--r-- | templates/region.tpl.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/region.tpl.php b/templates/region.tpl.php index 08cd625..c7b2149 100644 --- a/templates/region.tpl.php +++ b/templates/region.tpl.php @@ -2,7 +2,7 @@ <div class="<?php print $classes; ?>"> <?php switch ($region) { case "navigation": - print art_menu_worker($content, true, 'b2-hmenu'); + print nuvemdario_menu_worker($content, true, 'b2-hmenu'); break; case "vnavigation_left": case "vnavigation_right": @@ -13,7 +13,7 @@ foreach (array_keys($variables['elements']) as $name) { && isset($element['#children']) && is_string($element['#children']) && !empty($element['#children'])) { $block_subject = $element['#block']->subject; $block_content = $element['#children']; - art_vmenu_output($block_subject, $block_content); } + nuvemdario_vmenu_output($block_subject, $block_content); } } break; @@ -22,4 +22,4 @@ foreach (array_keys($variables['elements']) as $name) { break; }?> </div> -<?php endif; ?>
\ No newline at end of file +<?php endif; ?> |