[add] edit tags page

This commit is contained in:
Nicolas Lœuillet
2013-12-06 14:03:14 +01:00
parent 2e2ebe5ec7
commit 6cab59c340
4 changed files with 29 additions and 1 deletions

View File

@ -106,6 +106,9 @@ class Tools
case 'tags':
$tpl_file = 'tags.twig';
break;
case 'edit-tags':
$tpl_file = 'edit-tags.twig';
break;
case 'view':
$tpl_file = 'view.twig';
break;