summaryrefslogtreecommitdiff
path: root/modules/mod_last_articles.php
blob: 2223cdf83b0bfd2ba2373479c0aa67326121d649 (plain)
1
2
3
4
5
6
7
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"]);
?>