';
//Everything else will go here
if(!webuzo()){
echo '
'.(webuzo() && ($softpanel->getCurrentUser() == 'root') ? $l['root_login'] : '').' '.$l['welcome'].' '.(empty($softpanel->user['displayname']) ? $softpanel->user['name'] : $softpanel->user['displayname']).'
';
}
else{
echo '
';
}
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($bottom = false){
global $user, $conn, $dbtables, $logged_in, $globals, $l, $dmenus, $end_time, $start_time, $onload, $theme, $softpanel;
if(optGET('jsnohf')){
return true;
}
$nohf = optGET('nohf');
// Show the footer HTML only if we do not need hf
if(empty($nohf)){
apply_filters('pre_footer_theme');
$pageinfo = array();
if(!empty($globals['showntimetaken'])){
$pageinfo[] = $l['page_time'].':'.substr($end_time-$start_time,0,5);
}
echo '
'.(!empty($bottom) ? '