Update of /cvsroot/phpwebsite-comm/l10n/de/mod/search/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16875/mod/search/conf
Added Files:
controlpanel.php
Log Message:
Some more config files that are localized
--- NEW FILE: controlpanel.php ---
<?php
$image['name'] = "search.png";
$image['alt'] = "Search";
$link[0] = array ("label"=>"Suche Einstellungen",
"module"=>"search",
"url"=>"index.php?module=search&search_op=settings",
"description"=>"Search settings allow you to turn on and off the search block for specific modules and change the title for those blocks.",
"image"=>$image,
"admin"=>TRUE,
"tab"=>"administration");
?>
|