]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Tools.class.php
add about page
[github/wallabag/wallabag.git] / inc / poche / Tools.class.php
index beb4f30ca9cec72a868d6760e933e07a9a6feb4c..f803e3b57b1435e6064cefea5e9e48e08b6672ee 100755 (executable)
@@ -117,7 +117,7 @@ final class Tools
     {
         $views = array(
             'install', 'import', 'export', 'config', 'tags',
-            'edit-tags', 'view', 'login', 'error'
+            'edit-tags', 'view', 'login', 'error', 'about'
             );
 
         return (in_array($view, $views) ? $view . '.twig' : 'home.twig');