mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
working on registration support
This commit is contained in:
parent
cdde19d609
commit
121691e900
8 changed files with 72 additions and 3 deletions
|
@ -117,7 +117,7 @@ final class Tools
|
|||
{
|
||||
$views = array(
|
||||
'install', 'import', 'export', 'config', 'tags',
|
||||
'edit-tags', 'view', 'login', 'error', 'about'
|
||||
'edit-tags', 'view', 'login', 'error', 'about', 'register'
|
||||
);
|
||||
|
||||
return (in_array($view, $views) ? $view . '.twig' : 'home.twig');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue