Update of /cvsroot/phpwebsite-comm/l10n/de/mod/announce/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/announce/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
$image["name"] = "announcement.png";
$image["alt"] = "Author: Adam Morton";
$link[] = array ("label"=>"News",
"module"=>"announce",
"url"=>"index.php?module=announce&ANN_op=menu",
"image"=>$image,
"admin"=>TRUE,
"description"=>"Go here to post announcements to your home page about upcoming events or other helpful information.",
"tab"=>"content");
?>
|