From eac7d74c809f6297c953823222708d997f342b01 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 10:25:58 -0200 Subject: Comment common methods --- template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.php b/template.php index 1276114..35c4f64 100644 --- a/template.php +++ b/template.php @@ -19,6 +19,7 @@ switch (get_drupal_version()) { /* Common methods */ +/* function get_drupal_version() { $tok = strtok(VERSION, '.'); //return first part of version number @@ -33,6 +34,7 @@ function get_page_language($language) { function get_full_path_to_theme() { return base_path().path_to_theme(); } +*/ function get_nuvemdario_drupal_view() { if (get_drupal_version() == 7) -- cgit v1.2.3