diff options
Diffstat (limited to 'node-og-group-post.tpl.php')
-rw-r--r-- | node-og-group-post.tpl.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node-og-group-post.tpl.php b/node-og-group-post.tpl.php index be40e4c..1eb2d0b 100644 --- a/node-og-group-post.tpl.php +++ b/node-og-group-post.tpl.php @@ -2,12 +2,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; ?> @@ -25,7 +25,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; ?> |