From 031fc3057c46245cd62fc39f2d11ee3f0a393e06 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 27 Sep 2016 17:49:13 +0200 Subject: rename settings to event config and implement mvc pattern on it --- includes/view/EventConfigView.php | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 includes/view/EventConfigView.php (limited to 'includes/view') diff --git a/includes/view/EventConfigView.php b/includes/view/EventConfigView.php new file mode 100644 index 00000000..a00a26ed --- /dev/null +++ b/includes/view/EventConfigView.php @@ -0,0 +1,41 @@ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf