diff options
Diffstat (limited to 'inc/poche/Tools.class.php')
-rw-r--r-- | inc/poche/Tools.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index 5bb65fe9..9d911699 100644 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -106,6 +106,9 @@ class Tools | |||
106 | case 'tags': | 106 | case 'tags': |
107 | $tpl_file = 'tags.twig'; | 107 | $tpl_file = 'tags.twig'; |
108 | break; | 108 | break; |
109 | case 'edit-tags': | ||
110 | $tpl_file = 'edit-tags.twig'; | ||
111 | break; | ||
109 | case 'view': | 112 | case 'view': |
110 | $tpl_file = 'view.twig'; | 113 | $tpl_file = 'view.twig'; |
111 | break; | 114 | break; |