From a76a1e1f3f5b641663ef3d00a752ec1cbd1d4ee9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 Apr 2005 16:34:36 +0000 Subject: - Patch 20910 by chx: centralize print theme page. --- modules/blog/blog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 45007956b..faad60764 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -149,7 +149,7 @@ function blog_page_user($uid) { $output .= theme('xml_icon', url("blog/$account->uid/feed")); drupal_set_html_head('uid/feed") .'" />'); - print theme('page', $output); + return $output; } else { drupal_not_found(); @@ -173,7 +173,7 @@ function blog_page_last() { $output .= theme('xml_icon', url('blog/feed')); drupal_set_html_head(''); - print theme('page', $output); + return $output; } /** -- cgit v1.2.3