diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:10:32 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:10:32 -0500 |
| commit | 7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (patch) | |
| tree | 82be820e79872e33b7a06bb90032564a894fafb5 /templates | |
| parent | bc123ce74635945fd967a862bcf4cf77451e86fd (diff) | |
| download | articles-7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a.tar.gz articles-7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a.tar.bz2 articles-7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/center_display_articles.php | 4 | ||||
| -rw-r--r-- | templates/center_list_articles.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/center_display_articles.php b/templates/center_display_articles.php index a7ecd8e..7c6c67d 100644 --- a/templates/center_display_articles.php +++ b/templates/center_display_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(); 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(); |
