aboutsummaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:41:11 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:41:11 -0400
commite40701e1565e5575e7c740498bfc3f138b3041ce (patch)
tree8f958a1c16ec8cd977680ffa569260452f23ddca /controllers
parent70d458b6044dc9613e4366020884dc76a74db8b9 (diff)
downloadedwinmattiacci.com-e40701e1565e5575e7c740498bfc3f138b3041ce.tar.gz
edwinmattiacci.com-e40701e1565e5575e7c740498bfc3f138b3041ce.tar.bz2
edwinmattiacci.com-e40701e1565e5575e7c740498bfc3f138b3041ce.zip
views/about: Add about page
Diffstat (limited to 'controllers')
-rw-r--r--controllers/about.controller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/controllers/about.controller.php b/controllers/about.controller.php
new file mode 100644
index 0000000..e65098f
--- /dev/null
+++ b/controllers/about.controller.php
@@ -0,0 +1,3 @@
+<?php
+
+require '../views/about.view.php';