diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/functions.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/functions.php b/inc/functions.php index df7e9b17..10005dfe 100644 --- a/inc/functions.php +++ b/inc/functions.php | |||
@@ -232,6 +232,15 @@ function display_view($view, $id = 0, $full_head = 'yes') | |||
232 | 232 | ||
233 | switch ($view) | 233 | switch ($view) |
234 | { | 234 | { |
235 | case 'config': | ||
236 | $tpl->assign('load_all_js', 0); | ||
237 | $tpl->draw('head'); | ||
238 | $tpl->draw('home'); | ||
239 | $tpl->draw('config'); | ||
240 | $tpl->draw('js'); | ||
241 | $tpl->draw('footer'); | ||
242 | logm('config view'); | ||
243 | break; | ||
235 | case 'view': | 244 | case 'view': |
236 | $entry = $store->retrieveOneById($id); | 245 | $entry = $store->retrieveOneById($id); |
237 | 246 | ||