From: Thomas L. <tl...@us...> - 2004-10-13 21:27:13
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/uplink/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/uplink/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 /** * Uplink control panel configuration file. * * $Id: controlpanel.php,v 1.1 2004/10/13 21:26:54 tluft Exp $ * @author George Brackett <gbr...@NO...> */ $image["name"] = "uplink.gif"; $image["alt"] = "Module Author: George Brackett"; /* Create a link to the module */ $link[] = array ("label"=>"Uplink Module", "module"=>"uplink", "url"=>"index.php?module=uplink&UPLNK_MAN_OP=main", "image"=>$image, "admin"=>TRUE, "description"=>"Use this module to upload files and obtain a local link or full URL to them.", "tab"=>"administration"); ?> |