diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-30 01:10:46 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-30 01:10:46 +0000 |
| commit | 75f897b0257d44dc1cb37f09844ebc1824c37752 (patch) | |
| tree | 1b8398e36508b75a438b5b357fe23d95fb261964 /modules/mod_last_articles.php | |
| download | articles-75f897b0257d44dc1cb37f09844ebc1824c37752.tar.gz articles-75f897b0257d44dc1cb37f09844ebc1824c37752.tar.bz2 articles-75f897b0257d44dc1cb37f09844ebc1824c37752.zip | |
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'modules/mod_last_articles.php')
| -rw-r--r-- | modules/mod_last_articles.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/mod_last_articles.php b/modules/mod_last_articles.php new file mode 100644 index 0000000..2223cdf --- /dev/null +++ b/modules/mod_last_articles.php @@ -0,0 +1,8 @@ +<?php +// $Header: /cvsroot/bitweaver/_bit_articles/modules/Attic/mod_last_articles.php,v 1.1 2005/06/30 01:10:46 bitweaver Exp $ +include_once( ARTICLES_PKG_PATH.'art_lib.php' ); +global $artlib, $gQueryUsername, $module_rows, $module_params; + +$ranking = $artlib->list_articles(0,$module_rows,'publish_date_desc', '', date("U"), '', '', '', $gQueryUsername); +$smarty->assign('modLastArticles',$ranking["data"]); +?> |
