PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
wpforo / themes / classic / uc.php

uc.php in wpForo Forum 3.1.6, at themes/classic/uc.php

13 lines 498 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 &#128679;&nbsp;&nbsp;<?php wpforo_phrase( 'Forum Board is Under Construction' ) ?>&nbsp;&nbsp;&#128679;
9 </div>
10 </div>
11 </div>
12 <?php if( WPF()->board->get_current( 'is_standalone' ) ) get_footer(); ?>
13