summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.php b/template.php
index 96cf2f6..1abf7dc 100644
--- a/template.php
+++ b/template.php
@@ -35,7 +35,7 @@ function nuvemdario_get_full_path_to_theme() {
}
function get_nuvemdario_drupal_view() {
- if (get_drupal_version() == 7)
+ if (nuvemdario_get_drupal_version() == 7)
return new nuvemdario_view_drupal7();
return new nuvemdario_view_drupal56();
}