14 lines
176 B
PHP
14 lines
176 B
PHP
|
|
<?php if ($_GET['BODYCLASS'] !== 'page-term'): ?>
|
|
<div class="botpad"></div>
|
|
<?php endif; ?>
|
|
|
|
<div class="NotifyMsg hidden" id="notif"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|