aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Tools.class.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-01-23 16:34:56 +0100
committerThomas Citharel <tcit@tcit.fr>2015-01-23 16:34:56 +0100
commit121691e90026dcfaaecef0a1db07d40cd43a9278 (patch)
tree43e5f079b926c7c79b265c1453c90a12c6f0486b /inc/poche/Tools.class.php
parentcdde19d6096c85a3ed9b9399482bcc04bb79583c (diff)
downloadwallabag-121691e90026dcfaaecef0a1db07d40cd43a9278.tar.gz
wallabag-121691e90026dcfaaecef0a1db07d40cd43a9278.tar.zst
wallabag-121691e90026dcfaaecef0a1db07d40cd43a9278.zip
working on registration support
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 7ccfc069..d0b31d4f 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', 'about' 120 'edit-tags', 'view', 'login', 'error', 'about', 'register'
121 ); 121 );
122 122
123 return (in_array($view, $views) ? $view . '.twig' : 'home.twig'); 123 return (in_array($view, $views) ? $view . '.twig' : 'home.twig');