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