Update of /cvsroot/phpwebsite-comm/l10n/de/mod/skeleton/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/skeleton/conf
Added Files:
controlpanel.php
Log Message:
Some more config files that are localized
--- NEW FILE: controlpanel.php ---
<?php
/**
* This is a skeleton control panel configuration file. Edit it to be used
* with you module.
*
* $Id: controlpanel.php,v 1.1 2004/10/04 22:11:03 tluft Exp $
*/
$image["name"] = "skeleton.jpg";
$image["alt"] = "Module Author: Adam Morton";
/* Create a link to your module */
$link[] = array ("label"=>"Skeleton Module",
"module"=>"skeleton",
"url"=>"index.php?module=skeleton&SKEL_MAN_OP=main",
"image"=>$image,
"admin"=>TRUE,
"description"=>"This module is a skeleton module for use by developers when creating a new module.",
"tab"=>"developer");
?>
|