From: Thomas L. <tl...@us...> - 2004-10-13 21:27:10
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/statistic/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/statistic/conf Added Files: controlpanel.php Log Message: Updated the German language files for phpWebSite 0.9.3-4. Added 3rd party modules in the mod directory and translated a lot of configuration dialogs. Original files at www.phpws.de --- NEW FILE: controlpanel.php --- <?php /** * This is a statistic control panel configuration file. * * $Id: controlpanel.php,v 1.1 2004/10/13 21:26:54 tluft Exp $ */ $image["name"] = "statistic.gif"; $image["alt"] = "Site Statistic"; /* Create a link to your module */ $link[] = array ("label"=>"Statistik Module", "module"=>"statistic", "url"=>"index.php?module=statistic&action=main", "image"=>$image, "admin"=>TRUE, "description"=>"This is a simple Statistic-Module", "tab"=>"administration"); ?> |