Update of /cvsroot/phpwebsite-comm/l10n/de/mod/photobox/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3833/mod/photobox/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 the photobox control panel configuration file.
*
* $Id: controlpanel.php,v 1.1 2004/10/13 21:26:52 tluft Exp $
*/
$image["name"] = "photobox.gif";
$image["alt"] = "Module Author: Andy Felong";
/* Create a link to your module */
$link[] = array ("label"=>"Photobox",
"restricted" => TRUE,
"module"=>"photobox",
"url"=>"index.php?module=photobox&PHOTOBOX_OP=admin",
"image"=>$image,
"description"=>"Block used in conjunction with PhotoAlbum to display random photos.",
"admin"=>TRUE,
"tab"=>"content");
?>
|