File: /home/httpd/html/freecam2.com/public_html/templates/default_v2/template.maintenance.php
<? $colorClass = ($_COOKIE["mbColorScheme"] == 1) ? " inverted-colors" : ""; ?><!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7<? echo $colorClass ?>"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie-7-only<? echo $colorClass ?>"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie-8-only<? echo $colorClass ?>"><![endif]-->
<!--[if gte IE 9]><!--> <html class="no-js no-filter<? echo $colorClass ?>"><!--<![endif]-->
<head>
<? getWidget('widget.header_scripts.php'); ?>
</head>
<body class="page-<? echo bodyClasses(); ?>">
<section class="page-wrap">
<div class="wrapper maintenance-mode" style='padding-top: 25%' >
<div class="text-center">
<?php if (isset($template_logo_url) && !empty($template_logo_url)) { ?>
<img src='<?php echo $template_logo_url; ?>' alt="<?php echo $sitename; ?>" />
<?php } else { ?>
<img src='<? echo $template_url; ?>/images/logo_trans.png?v=1.1' alt="<?php echo $sitename; ?>" />
<?php } ?><br><br>
<? echo getMessages(); ?>
</div>
</div>
</section>
<!--[if IE]><script src="<? echo $template_url; ?>/js/ie/ie10fix.js" title="viewport fix"></script><![endif]-->
<!--[if lt IE 9]><script src="<? echo $template_url; ?>/js/ie/ie.min.js"></script><script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script><![endif]-->
</body>
</html>