PluginProbe
Catch Web Tools / 3.2
Catch Web Tools v3.2
trunk 0.1 0.2 0.3 0.4 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.6 1.7 1.8 1.8.1 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 All 58 releases
catch-web-tools / admin / modules / main-footer.php

main-footer.php in Catch Web Tools 3.2, at admin/modules/main-footer.php

14 lines 364 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Exit if accessed directly
4 if (! defined('ABSPATH')) exit;
5
6 ?>
7 </div><!-- #dashboard -->
8 </div><!-- .catchp_widget_settings -->
9
10 <?php require_once plugin_dir_path(dirname(__FILE__)) . '/modules/sidebar.php'; ?>
11 </div> <!-- .catchp-content-wrapper -->
12
13 <?php require_once plugin_dir_path(dirname(__FILE__)) . '/modules/footer.php'; ?>
14 </div><!-- .wrap -->