diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:30:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:30:46 -0200 |
commit | 606ab3ded604001ea66fc1d0906805e0610ec405 (patch) | |
tree | 4e7f8bf7d6886e5f22790bf0983892b9f02e3abd /template.php | |
parent | fb951546d0e88063b8bb4cfb986bd12bea33f58b (diff) | |
download | nuvemdario-606ab3ded604001ea66fc1d0906805e0610ec405.tar.gz nuvemdario-606ab3ded604001ea66fc1d0906805e0610ec405.tar.bz2 |
Custom common methods (2)
Diffstat (limited to 'template.php')
-rw-r--r-- | template.php | 2 |
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(); } |