diff options
Diffstat (limited to 'templates/center_list_articles.php')
| -rw-r--r-- | templates/center_list_articles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/center_list_articles.php b/templates/center_list_articles.php index a7ecd8e..7c6c67d 100644 --- a/templates/center_list_articles.php +++ b/templates/center_list_articles.php @@ -6,8 +6,8 @@ if ( !empty( $moduleParams ) ) { } 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' ); +include_once( ARTICLES_PKG_INCLUDE_PATH.'lookup_article_inc.php' ); +include_once( ARTICLES_PKG_INCLUDE_PATH.'article_filter_inc.php' ); $listHash = array(); |
