summaryrefslogtreecommitdiff
path: root/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'template.php')
-rw-r--r--template.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/template.php b/template.php
index 7c4df68..1276114 100644
--- a/template.php
+++ b/template.php
@@ -34,10 +34,10 @@ function get_full_path_to_theme() {
return base_path().path_to_theme();
}
-function get_artx_drupal_view() {
+function get_nuvemdario_drupal_view() {
if (get_drupal_version() == 7)
- return new artx_view_drupal7();
- return new artx_view_drupal56();
+ return new nuvemdario_view_drupal7();
+ return new nuvemdario_view_drupal56();
}
if (!function_exists('render')) {
@@ -46,7 +46,7 @@ if (!function_exists('render')) {
}
}
-class artx_view_drupal56 {
+class nuvemdario_view_drupal56 {
function print_head($vars) {
foreach (array_keys($vars) as $name)
@@ -130,7 +130,7 @@ class artx_view_drupal56 {
}
-class artx_view_drupal7 {
+class nuvemdario_view_drupal7 {
function print_head($vars) {
print render($vars['page']['header']);