From 4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 24 Aug 2009 00:02:05 +0000 Subject: *** empty log message *** --- modules/blog/blog.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 1c43261a1..735678832 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -94,6 +94,7 @@ function blog_menu() { 'page callback' => 'blog_page_last', 'access arguments' => array('access content'), 'type' => MENU_SUGGESTED_ITEM, + 'file' => 'blog.pages.inc', ); $items['blog/%user_uid_optional'] = array( 'title' => 'My blog', @@ -101,6 +102,7 @@ function blog_menu() { 'page arguments' => array(1), 'access callback' => 'blog_page_user_access', 'access arguments' => array(1), + 'file' => 'blog.pages.inc', ); $items['blog/%user/feed'] = array( 'title' => 'Blogs', @@ -109,12 +111,14 @@ function blog_menu() { 'access callback' => 'blog_page_user_access', 'access arguments' => array(1), 'type' => MENU_CALLBACK, + 'file' => 'blog.pages.inc', ); $items['blog/feed'] = array( 'title' => 'Blogs', 'page callback' => 'blog_feed_last', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, + 'file' => 'blog.pages.inc', ); return $items; -- cgit v1.2.3