function newbb_tag_block_top_edit($options)
{
    if (!@(include_once XOOPS_ROOT_PATH . "/modules/tag/blocks/block.php")) {
        return null;
    }
    $form = tag_block_top_edit($options);
    return $form;
}
function news_tag_block_top_edit($options)
{
    require_once XOOPS_ROOT_PATH . '/modules/tag/blocks/block.php';
    return tag_block_top_edit($options);
}
Example #3
0
function b_forum_tag_block_top_edit($options) 
{
    include_once XOOPS_ROOT_PATH . "/modules/tag/blocks/block.php";
    return tag_block_top_edit($options);
}