[add] create tags page

This commit is contained in:
Nicolas Lœuillet
2013-12-06 13:15:06 +01:00
parent 68e2061666
commit 2e2ebe5ec7
5 changed files with 29 additions and 5 deletions

View File

@ -103,14 +103,15 @@ class Tools
case 'config':
$tpl_file = 'config.twig';
break;
case 'tags':
$tpl_file = 'tags.twig';
break;
case 'view':
$tpl_file = 'view.twig';
break;
case 'login':
$tpl_file = 'login.twig';
break;
case 'error':
$tpl_file = 'error.twig';
break;