summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 10:30:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 10:30:46 -0200
commit606ab3ded604001ea66fc1d0906805e0610ec405 (patch)
tree4e7f8bf7d6886e5f22790bf0983892b9f02e3abd
parentfb951546d0e88063b8bb4cfb986bd12bea33f58b (diff)
downloadnuvemdario-606ab3ded604001ea66fc1d0906805e0610ec405.tar.gz
nuvemdario-606ab3ded604001ea66fc1d0906805e0610ec405.tar.bz2
Custom common methods (2)
-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();
}