<?php
// $Id$
function example_help($section) {
$output = "";
switch ($section) {
case 'admin/system/themes#description':
$output = t("Internet explorer, Netscape, Opera, Lynx");
break;
}
return $output;
?>