Add reports and styling

This commit is contained in:
Paul Kevan 2024-05-21 11:52:40 +01:00
parent b7bec72db3
commit 78d22ad104
3 changed files with 195 additions and 0 deletions

View file

@ -33,6 +33,7 @@ function load() {
require_once get_includes_path() . 'pledge.php';
require_once get_includes_path() . 'pledge-form.php';
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'reports.php';
require_once get_includes_path() . 'stats.php';
require_once get_includes_path() . 'xprofile.php';