diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-05-24 18:04:18 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-05-24 18:04:18 +0200 |
commit | c65980879a990e6d02a8ab262b014e670f314477 (patch) | |
tree | 976065c2fe52760bc69977b9c9d668af0e30c78d /giglogadmin.php | |
parent | ae72f1b2f0c73ded5277300f0d15914e6e10ecae (diff) | |
download | gigologadmin-c65980879a990e6d02a8ab262b014e670f314477.tar.gz gigologadmin-c65980879a990e6d02a8ab262b014e670f314477.tar.bz2 gigologadmin-c65980879a990e6d02a8ab262b014e670f314477.zip |
Add function to generate selection boxes.
Diffstat (limited to 'giglogadmin.php')
-rw-r--r-- | giglogadmin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/giglogadmin.php b/giglogadmin.php index c8ae9b0..c35c470 100644 --- a/giglogadmin.php +++ b/giglogadmin.php @@ -33,6 +33,7 @@ if ( !class_exists( 'GiglogAdmin_Plugin' ) ) { require_once __DIR__ . '/includes/admin/helpfiles/instrunctions.php'; require_once __DIR__ . '/includes/admin/helpfiles/instr_reviewers.php'; require_once __DIR__ . '/includes/admin/helpfiles/instr_photog.php'; + require_once __DIR__ . '/includes/view-helpers/select_field.php'; class GiglogAdmin_Plugin { |