From: Thomas L. <tl...@us...> - 2004-10-13 21:27:02
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/mailto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/mailto/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 mailto control panel configuration file. Edit it to be used * with you module. * * $Id: controlpanel.php,v 1.1 2004/10/13 21:26:48 tluft Exp $ */ $image["name"] = "mailto.png"; $image["alt"] = "Module Author: Tony Miller"; /* Create a link to your module */ $link[] = array ("label"=>"Mailto Module", "module"=>"mailto", "url"=>"index.php?module=mailto&MT_MAN_OP=main", "image"=>$image, "admin"=>TRUE, "description"=>"This module allows an admin to creat spam-proof mailto links.", "tab"=>"content"); ?> |