From 1829c7299ec193b7ce480dc7b8c0861e355e4df1 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 22 Feb 2022 00:29:39 -0500 Subject: [PATCH] Made the php includes much more modular and simpler by lumping them all in 1 file inc_all.php instead of all over the place --- accounts.php | 2 +- api_keys.php | 2 +- assets.php | 2 +- blank.php | 2 +- calendar_events.php | 2 +- campaign.php | 2 +- campaigns.php | 2 +- categories.php | 2 +- client.php | 11 +++++++- clients.php | 4 ++- companies.php | 2 +- custom_links.php | 2 +- dashboard_financial.php | 2 +- expenses.php | 2 +- global_search.php | 2 +- header.php | 51 +------------------------------------ inc_alert_feedback.php | 25 ++++++++++++++++++ inc_all.php | 12 +++++++++ inc_side_nav.php | 11 ++++++++ inc_wrapper.php | 31 ++++++++++++++++++++++ index.php | 2 +- invoice.php | 2 +- invoices.php | 2 +- logs.php | 2 +- notifications.php | 2 +- notifications_dismissed.php | 2 +- payments.php | 2 +- products.php | 2 +- quote.php | 2 +- quotes.php | 2 +- recurring_invoice.php | 2 +- recurring_invoices.php | 2 +- report_expense_summary.php | 2 +- report_income_summary.php | 2 +- report_profit_loss.php | 2 +- report_tax_summary.php | 2 +- revenues.php | 2 +- scheduled_tickets.php | 2 +- settings-alerts.php | 2 +- settings-backup.php | 2 +- settings-defaults.php | 2 +- settings-general.php | 2 +- settings-invoice.php | 2 +- settings-mail.php | 2 +- settings-online-payment.php | 2 +- settings-quote.php | 2 +- settings-ticket.php | 2 +- settings-update.php | 2 +- settings-user.php | 2 +- tags.php | 2 +- taxes.php | 2 +- test_noclients.php | 2 +- ticket.php | 3 +-- tickets.php | 2 +- transfers.php | 2 +- trips.php | 2 +- user_logs.php | 2 +- users.php | 2 +- vendors.php | 2 +- 59 files changed, 145 insertions(+), 105 deletions(-) create mode 100644 inc_alert_feedback.php create mode 100644 inc_all.php create mode 100644 inc_side_nav.php create mode 100644 inc_wrapper.php diff --git a/accounts.php b/accounts.php index fb4e4af6..3397a380 100644 --- a/accounts.php +++ b/accounts.php @@ -1,4 +1,4 @@ - + +