diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 13:11:14 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 13:11:14 +0200 |
commit | 016989b79af1f950f449e33c76f368c307c28c19 (patch) | |
tree | c01d932f93e4d507457175fb04728901e53bdfa3 /inc/functions.php | |
parent | a58cd56c4fdc9cb86a4b7c056ff31d39cf1cfe8c (diff) | |
download | wallabag-016989b79af1f950f449e33c76f368c307c28c19.tar.gz wallabag-016989b79af1f950f449e33c76f368c307c28c19.tar.zst wallabag-016989b79af1f950f449e33c76f368c307c28c19.zip |
contenu de la page de config
Diffstat (limited to 'inc/functions.php')
-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 | ||