I'm playying with mybloggie tutorial and want to add to the box caption on the right Add, View href
I know I should use the DesignBoxContent () below.
function DesignBoxContent ( $title, $content, $db_num = 0, $caption_item = '', $bottom_item = '' ) {
return $GLOBALS['oSysTemplate']->parseHtmlByName('designbox_' . (int)$db_num . '.html', array(
'title' => $title,
'caption_item' => $caption_item,
'designbox_content' => $content,
'bottom_item' => $bottom_item
));
}
Does someone know where I need to call to this funcation and how?