summaryrefslogtreecommitdiff
path: root/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'template.php')
-rw-r--r--template.php2
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)