知識社群登入
onthisdate_block('view') - Generating the block content
by 蘇德宙, 2011-05-08 22:49, 人氣(1504)
 
function onthisdate_block($op = "list", $delta = 0) {
  if ($op == "view") {
    $block["subject"] = t("Subject of On This Date");
    $block["subject"] = t("Content of OnThisDate");
    return $block;                  
}