diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:25:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:25:58 -0200 |
commit | eac7d74c809f6297c953823222708d997f342b01 (patch) | |
tree | fcb6f216eb0ef7d2fb1c3164fa71dd3472d1425b /template.php | |
parent | 49e903820067403db97d5abc260af274887870f3 (diff) | |
download | nuvemdario-eac7d74c809f6297c953823222708d997f342b01.tar.gz nuvemdario-eac7d74c809f6297c953823222708d997f342b01.tar.bz2 |
Comment common methods
Diffstat (limited to 'template.php')
-rw-r--r-- | template.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) |