From: Thomas L. <tl...@us...> - 2004-10-04 22:11:14
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/phpwsrssfeeds/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/phpwsrssfeeds/conf Added Files: controlpanel.php Log Message: Some more config files that are localized --- NEW FILE: controlpanel.php --- <?php /** * Control panel configuration file for RSS Feeds * * @version $Id: controlpanel.php,v 1.1 2004/10/04 22:10:20 tluft Exp $ * @author Wendall Cada <wen...@us...> */ // Defines the access to and appearance of module listings. $image['name'] = "rss.png"; $image['alt'] = "RSS News Feeds by Wendall Cada"; $link[] = array("label"=>"RSS News Feeds", "module"=>"phpwsrssfeeds", "description"=>"Link to and display RSS news feeds from other sites.", "url"=>"index.php?module=phpwsrssfeeds&RSS_MAN_op=list", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |