fileSystemRoot/lib/dashboard/DashboardNews.inc"); /** * $Id$ * * Displays a news item image * * Licensed under the GNU GPL. For full terms see the file DOCS/COPYING. * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa * @package presentation.lookAndFeel.knowledgeTree.administration.news */ if (isset($fNewsID)) { $oNews = DashboardNews::get($fNewsID); $oNews->displayImage(); } ?>