mContentId = $_REQUEST['content_id']; } $gBitSmarty->assign('attachmentBrowser', true); include_once( LIBERTY_PKG_PATH.'attachment_browser.php' ); if (isset($_REQUEST['json'])){ header('Content-type:application/json'); $gBitSmarty->display( 'bitpackage:liberty/attachment_browser_json.tpl' ); }else{ echo $gBitSmarty->fetch( 'bitpackage:liberty/attachment_browser.tpl' ); } ?>