onthisdate_block('view') - Generating the block content
by 蘇德宙, 2011-05-09 15:06, 人氣(1722)
if ($op == 'view') {
$block['subject'] = 'OnThisDate Subject';
$block['content'] = 'Onthisdate content';
return $block;
}
$block['subject'] = 'OnThisDate Subject';
$block['content'] = 'Onthisdate content';
return $block;
}