From: Thomas L. <tl...@us...> - 2004-10-13 21:26:37
|
Update of /cvsroot/phpwebsite-comm/l10n/de/mod/blockmaker/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/blockmaker/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'] = "block.png"; $image['alt'] = "Block Maker Author: Steven Levin"; $link[0] = array ("label"=>"Block Manager", "module"=>"blockmaker", "url"=>"index.php?module=blockmaker&BLK_block_op=block_menu", "description"=>"The Block Maker allows you to add basic blocks of content to your site.", "image"=>$image, "admin"=>TRUE, "tab"=>"content"); ?> |