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/path/path.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index ecda91ed2..e1e68e14f 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -95,7 +95,7 @@ function path_menu($may_cache) { * Menu callback; presents an overview of all URL aliases. */ function path_admin() { - print theme('page', path_overview()); + return path_overview(); } /** @@ -114,7 +114,7 @@ function path_admin_edit($pid = 0) { $output = path_form(); } - print theme('page', $output); + return $output; } /** -- cgit v1.2.3