diff options
Diffstat (limited to 'templates/center_list_blog_posts.php')
| -rw-r--r-- | templates/center_list_blog_posts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/center_list_blog_posts.php b/templates/center_list_blog_posts.php index 45c7e62..52e65f1 100644 --- a/templates/center_list_blog_posts.php +++ b/templates/center_list_blog_posts.php @@ -8,8 +8,8 @@ if( !empty( $moduleParams ) ) { extract( $moduleParams ); } -include_once( BLOGS_PKG_PATH.'BitBlog.php' ); -include_once( BLOGS_PKG_PATH.'lookup_post_inc.php' ); +include_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php' ); +include_once( BLOGS_PKG_INCLUDE_PATH.'lookup_post_inc.php' ); $blogPost = new BitBlogPost(); if( empty( $gContent )) { |
