'.__('If you have already purchased the license you can enter the license key below and start using SitePad Premium').'
';
// Saved
if(!empty($GLOBALS['saved'])){
echo '
'.__('The license has been saved').'
';
}
// Any errors ?
if(!empty($error)){
pagelayer_report_error($error);echo ' ';
}
// Expired license ?
if(!empty($sitepad['license']) && empty($sitepad['license']['status'])){
$msg = !empty($sitepad['license']['status_msg']) ? $sitepad['license']['status_msg'] : __('There is no active license for this website. Please buy a license from the Client Center.');
echo '
'.$msg.'
';
}
//r_print($sitepad['license']);
// Show plan details
if(!empty($sitepad['license'])){
echo '
Current plan details
Plan Name : '.$plans[$sitepad['license']['plan']]['name'];
if(!empty($sitepad['license']['expires'])){
echo ' Expires : '.makedate($sitepad['license']['expires'], 'jS F Y');
}
echo ' License Key : '.$sitepad['license']['license'].'