\n"; $notices = getNotices(); if ($notices) { echo renderNotices($notices); } echo "
\n"; echo "".$settings[\n"; echo "

".$settings['sitename']."

\n"; if (!empty($settings['maintenance_message'])) { echo parse_textarea($settings['maintenance_message'], TRUE, FALSE, TRUE, IMAGES, TRUE); } if (!empty($info)) { echo "
\n"; echo "
\n"; echo $info['open_form']; echo "
".$info['user_name']."
\n"; echo "
".$info['user_pass']."
\n"; echo "
".$info['login_button']."
\n"; echo "
\n"; echo $info['close_form']; } else { echo '
'.fusion_get_locale('global_124').'
'; if (iADMIN) { $siteurl = $settings['siteurl'].$settings['opening_page']; echo ' '.fusion_get_locale('home').''; echo ' '.fusion_get_locale('global_123').''; } } echo "
\n"; echo "
\n"; echo showcopyright(); echo '
'.showcounter().'
'; echo "
\n"; echo "\n"; } }