diff options
Diffstat (limited to 'inc/poche/Tools.class.php')
-rw-r--r-- | inc/poche/Tools.class.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index 750553f1..5bb65fe9 100644 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -103,14 +103,15 @@ class Tools | |||
103 | case 'config': | 103 | case 'config': |
104 | $tpl_file = 'config.twig'; | 104 | $tpl_file = 'config.twig'; |
105 | break; | 105 | break; |
106 | case 'tags': | ||
107 | $tpl_file = 'tags.twig'; | ||
108 | break; | ||
106 | case 'view': | 109 | case 'view': |
107 | $tpl_file = 'view.twig'; | 110 | $tpl_file = 'view.twig'; |
108 | break; | 111 | break; |
109 | |||
110 | case 'login': | 112 | case 'login': |
111 | $tpl_file = 'login.twig'; | 113 | $tpl_file = 'login.twig'; |
112 | break; | 114 | break; |
113 | |||
114 | case 'error': | 115 | case 'error': |
115 | $tpl_file = 'error.twig'; | 116 | $tpl_file = 'error.twig'; |
116 | break; | 117 | break; |