PluginProbe
wpForo Forum / 3.0.9
wpForo Forum v3.0.9
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 1.4.2 All 137 releases
wpforo / admin / settings / components.php

components.php in wpForo Forum 3.0.9, at admin/settings/components.php

20 lines 706 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if( ! defined( "ABSPATH" ) ) exit() ?>
2
3 <input type="hidden" name="wpfaction" value="components_settings_save">
4
5 <?php
6 WPF()->settings->header( 'components' );
7 WPF()->settings->form_field( 'components', 'admin_cp' );
8 WPF()->settings->form_field( 'components', 'page_title' );
9 WPF()->settings->form_field( 'components', 'top_bar' );
10 WPF()->settings->form_field( 'components', 'top_bar_search' );
11 WPF()->settings->form_field( 'components', 'sidebar_location' );
12 WPF()->settings->form_field( 'components', 'breadcrumb' );
13 WPF()->settings->form_field( 'components', 'footer' );
14 WPF()->settings->form_field( 'components', 'footer_stat' );
15 WPF()->settings->form_field( 'components', 'copyright' );
16
17
18
19
20