diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 23:54:14 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-01 23:54:14 -0500 |
| commit | 8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5 (patch) | |
| tree | c3051aced4ea7e7129a6bde669c4ee93fd978212 /templates | |
| parent | cec3828fae8fc189f0f0ae6057a92b36641aab2d (diff) | |
| download | blogs-8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5.tar.gz blogs-8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5.tar.bz2 blogs-8e42273cc4e4ea21a6955fb1fce5a3aed5b96df5.zip | |
move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants
Diffstat (limited to 'templates')
| -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 )) { |
