From 606ab3ded604001ea66fc1d0906805e0610ec405 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 10:30:46 -0200 Subject: Custom common methods (2) --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3