summaryrefslogtreecommitdiff
path: root/dash/dash_employer.php
diff options
context:
space:
mode:
Diffstat (limited to 'dash/dash_employer.php')
-rw-r--r--dash/dash_employer.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/dash/dash_employer.php b/dash/dash_employer.php
new file mode 100644
index 0000000..28c5ed1
--- /dev/null
+++ b/dash/dash_employer.php
@@ -0,0 +1,9 @@
+<?php
+if (!defined('HEIRARCHY')) die;
+$title = 'Dashboard / Bulletin';
+require('header.php');
+?>
+ <p></p>
+<?php
+require('footer.php');
+?>