';
if($globals['lictype'] == '-2'){
echo '
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
';
}
// Did you know div
// Do not show the suggestions when user has submitted any form
if(empty($_POST)){
if(empty($globals['lictype']) && softaculous_is_pro() && empty($globals['disable_softaculous_pro_plugin']) && empty($user['disable_softai_notice'])){
$softai_html = csrf_display();
$softai_html .= '
';
echo $softai_html;
$print_style = 1;
}
$suggestions = load_suggestions($act);
if(!empty($suggestions)){
shuffle($suggestions);
$suggest_html = csrf_display();
$suggest_html .= '
';
foreach($suggestions AS $skey => $feature){
$suggest_html .= '
';
}
$suggest_html .= '
<
Previous
>
Next
';
echo $suggest_html;
$print_style = 1;
}
if(!empty($print_style)){
echo '
';
}
}
apply_filters('post_header');
}
function softfooter(){
global $user, $conn, $dbtables, $logged_in, $globals, $l, $dmenus, $end_time, $start_time, $onload, $theme, $softpanel;
if(optGET('jsnohf')){
return true;
}
echo '
';
if(!empty($theme['leftbody'])){
echo '