aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Tools.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-03 07:44:56 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-03 07:44:56 +0100
commit3c133bff4978de20e3f51e1b908790138e97e412 (patch)
tree06b38ff118da6ae290edee97168100fda63cf1d7 /inc/poche/Tools.class.php
parent4bada2b9545fd83951803c604536c09dd5b649cd (diff)
downloadwallabag-3c133bff4978de20e3f51e1b908790138e97e412.tar.gz
wallabag-3c133bff4978de20e3f51e1b908790138e97e412.tar.zst
wallabag-3c133bff4978de20e3f51e1b908790138e97e412.zip
add about page
Diffstat (limited to 'inc/poche/Tools.class.php')
-rwxr-xr-xinc/poche/Tools.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php
index beb4f30c..f803e3b5 100755
--- a/inc/poche/Tools.class.php
+++ b/inc/poche/Tools.class.php
@@ -117,7 +117,7 @@ final class Tools
117 { 117 {
118 $views = array( 118 $views = array(
119 'install', 'import', 'export', 'config', 'tags', 119 'install', 'import', 'export', 'config', 'tags',
120 'edit-tags', 'view', 'login', 'error' 120 'edit-tags', 'view', 'login', 'error', 'about'
121 ); 121 );
122 122
123 return (in_array($view, $views) ? $view . '.twig' : 'home.twig'); 123 return (in_array($view, $views) ? $view . '.twig' : 'home.twig');