diff options
Diffstat (limited to 'node.tpl.php')
-rw-r--r-- | node.tpl.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/node.tpl.php b/node.tpl.php index f4c0fed..65b51b5 100644 --- a/node.tpl.php +++ b/node.tpl.php @@ -3,12 +3,12 @@ <div class="b2-post-body"> <div class="b2-post-inner b2-article"> <h2 class="b2-postheader"<?php print $title_attributes; ?>><?php print render($title_prefix); ?> -<?php echo art_node_title_output($title, $node_url, $page); ?> +<?php echo nuvemdario_node_title_output($title, $node_url, $page); ?> <?php print render($title_suffix); ?> </h2> <?php if ($display_submitted): ?> <div class="b2-postheadericons b2-metadata-icons"> -<?php echo art_submitted_worker($date, $name); ?> +<?php echo nuvemdario_submitted_worker($date, $name); ?> </div> <?php endif; ?> @@ -26,7 +26,7 @@ <div class="cleared"></div> <?php print $user_picture; ?> <?php if (isset($content['links']) || isset($content['comments'])): -$output = art_links_woker_D7($content); +$output = nuvemdario_links_woker_D7($content); if (!empty($output)): ?> <div class="b2-postfootericons b2-metadata-icons"> <?php echo $output; ?> @@ -42,7 +42,7 @@ if (!empty($output)): ?> <?php $vars = get_defined_vars(); - $view = get_artx_drupal_view(); + $view = get_nuvemdario_drupal_view(); $view->print_comment_node($vars); ?> -</div>
\ No newline at end of file +</div> |