diff options
author | M <m@lfurio.us> | 2015-12-06 15:02:15 -0500 |
---|---|---|
committer | M <m@lfurio.us> | 2015-12-06 15:02:15 -0500 |
commit | 75cb46f665eeec0096dd464fe49444c2c3af5eb1 (patch) | |
tree | d3b7068d217b769ac7fb65a4f1e3dc7545e5ca99 /app/view/sysconf | |
parent | b7dfa1cbde0eb56a3251e48692e5757559bf604a (diff) | |
download | scrott-75cb46f665eeec0096dd464fe49444c2c3af5eb1.tar.gz scrott-75cb46f665eeec0096dd464fe49444c2c3af5eb1.zip |
+ Adding master page modal for displaying page errors/warnings/and notices (shell only, content coming soon)
Diffstat (limited to 'app/view/sysconf')
-rw-r--r-- | app/view/sysconf/default.view.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/view/sysconf/default.view.php b/app/view/sysconf/default.view.php index b6b85ac..1ecedd8 100644 --- a/app/view/sysconf/default.view.php +++ b/app/view/sysconf/default.view.php @@ -12,6 +12,8 @@ </head> <body> + <?php include "view/master/topp.view.php"; ?> + <?php include "view/sysconf/user.modal.view.php"; ?> <?php include "view/sysconf/group.modal.view.php"; ?> <?php include "view/sysconf/pad.modal.view.php"; ?> |