]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/functions.php
contenu de la page de config
[github/wallabag/wallabag.git] / inc / functions.php
index df7e9b17f0f2c21fa980b144a75b66833b5da5e9..10005dfe141623cffe39e4a19408845278b9b035 100644 (file)
@@ -232,6 +232,15 @@ function display_view($view, $id = 0, $full_head = 'yes')
 
     switch ($view)
     {
+        case 'config':
+            $tpl->assign('load_all_js', 0);
+            $tpl->draw('head');
+            $tpl->draw('home');
+            $tpl->draw('config');
+            $tpl->draw('js');
+            $tpl->draw('footer');
+            logm('config view');
+        break;
         case 'view':
             $entry = $store->retrieveOneById($id);