How to add href to BoxContent on the right side

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?

Quote · 10 Jul 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.