Gazelle/sections/locked/default.php

13 lines
337 B
PHP
Raw Normal View History

2015-10-25 08:00:28 +00:00
<?
View::show_header('Locked Account');
?>
<div class="header">
<h2>Locked Account</h2>
</div>
<? if (G::$LoggedUser['LockedAccount'] == STAFF_LOCKED) { ?>
<div class="box pad">
<p>Your account has been locked. Please send a <a href="staffpm.php">Staff PM</a> to find out how this happened.</p>
</div>
2015-10-26 08:00:27 +00:00
<? }
View::show_footer();