知識社群登入
onthisdate_help() - Help Hook
by 蘇德宙, 2011-05-08 20:10, 人氣(1687)
 
function onthisdate_help($path, $arg) {
 
$output = ''//declare your output variable
 
switch ($path) {
    case
"admin/help#onthisdate":
     
$output = '<p>'t("Displays links to nodes created on this date") .'</p>';
      break;
  }
  return
$output;
}