'; $module['ext_datas'] = (!empty($module['ext_datas']) ? unserialize($module['ext_datas']) : array('')); $block['allowFullScreen'] = isset($module['ext_datas']['allowFullScreen']) ? "true" : "false"; $block['useReloadButton'] = isset($module['ext_datas']['useReloadButton']) ? "true" : "false"; $block['columns'] = $module['ext_datas']['columns']; $block['rows'] = $module['ext_datas']['rows']; $block['showFlipButton'] = isset($module['ext_datas']['showFlipButton']) ? "true" : "false"; $block['showLinkButton'] = isset($module['ext_datas']['showLinkButton']) ? "true" : "false"; $block['linkLabel'] = $module['ext_datas']['linkLabel']; $block['frameColor'] = str_replace("#", "0x", $module['ext_datas']['frameColor']); $block['backColor'] = str_replace("#", "0x", $module['ext_datas']['backColor']); $block['bkgndInnerColor'] = str_replace("#", "0x", $module['ext_datas']['bkgndInnerColor']); $block['bkgndOuterColor'] = str_replace("#", "0x", $module['ext_datas']['bkgndOuterColor']); $block['langGoFull'] = $module['ext_datas']['langGoFull']; $block['langExitFull'] = $module['ext_datas']['langExitFull']; $block['langAbout'] = $module['ext_datas']['langAbout']; ?>