diff options
Diffstat (limited to 'templates/center_display_articles.php')
| -rw-r--r-- | templates/center_display_articles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_display_articles.php b/templates/center_display_articles.php index cb68b87..a7ecd8e 100644 --- a/templates/center_display_articles.php +++ b/templates/center_display_articles.php @@ -5,7 +5,7 @@ if ( !empty( $moduleParams ) ) { extract( $moduleParams ); } -include_once( ARTICLES_PKG_PATH.'BitArticle.php' ); +include_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); include_once( ARTICLES_PKG_PATH."lookup_article_inc.php" ); include_once( ARTICLES_PKG_PATH.'article_filter_inc.php' ); |
