/*--------------------------------------------+ | PHP-Fusion 5 - Content Management System | |---------------------------------------------| | author: Nick Jones (Digitanium) © 2002-2005 | | web: http://www.php-fusion.co.uk | | email: nick@php-fusion.co.uk | |---------------------------------------------| | infusion by: Rayxen © 2004-2005 | | web: http://www.phpfusion-mods.com | | email: rayxen@phpfusion-mods.com | |---------------------------------------------| | Released under the terms and conditions of | | the GNU General Public License (Version 2) | +--------------------------------------------*/ //-------------- Configuration --------------// $shading = true; // Enable row shading (true/false) $num_articles = 5; // How many articles to display if (file_exists(INFUSIONS."articles_list_panel/locale/".$settings['locale'].".php")) { include INFUSIONS."articles_list_panel/locale/".$settings['locale'].".php"; } else { include INFUSIONS."articles_list_panel/locale/English.php"; } function display_articles($article,$category,$a_author) { $display_article = "
".$locale['ALP_002']." | ".$locale['ALP_003']." | ".$locale['ALP_004']." | ".$locale['ALP_005']." | ".$locale['ALP_006']." |
".$locale['ALP_007']." |