Dev License: This installation of '.APP.' is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to support@'.strtolower(APP).'.com
';
// This is if we want to include any custom footer from any control panel. Eg: cPanel
if(method_exists($softpanel, 'admin_cp_footer')){
$softpanel->admin_cp_footer();
}
echo '
';
}
function error_handle($error, $table_width = '100%', $center = 1){
global $l, $theme;
//on error call the form
if(!empty($error)){
$str .= '
';
if(empty($return)){
echo $str;
}else{
return $str;
}
}
}
//This will just echo that everything went fine
function success_message($message, $table_width = '100%', $center = false){
global $l;
//on error call the form
if(!empty($message)){
echo '