| 1 |
<?php |
| 2 |
if( ! defined( 'ABSPATH' ) ) exit; |
| 3 |
|
| 4 |
if( WPF()->board->get_current( 'is_standalone' ) ) get_header(); ?> |
| 5 |
<div id="wpforo"> |
| 6 |
<div id="wpforo-wrap" class="<?php do_action( 'wpforo_wrap_class' ); ?>"> |
| 7 |
<div style="text-align: center; font-size: 55px; color: #0A75B5;"> |
| 8 |
🚧 <?php wpforo_phrase( 'Forum Board is Under Construction' ) ?> 🚧 |
| 9 |
</div> |
| 10 |
</div> |
| 11 |
</div> |
| 12 |
<?php if( WPF()->board->get_current( 'is_standalone' ) ) get_footer(); ?> |
| 13 |
|