templates

This commit is contained in:
Tóth Richárd
2018-09-18 23:38:14 +02:00
parent 1db830ca71
commit 59c984dd9b
16 changed files with 646 additions and 229 deletions

View File

@@ -102,6 +102,14 @@ class page {
$tpl = "edit";
include('include_trainings.php');
break;
case 'training_templates':
# EDZÉS SABLONOK
include('include_training_templates.php');
break;
case 'delete_training_template':
# EDZÉS SABLON TÖRLÉS
include('include_delete_training_template.php');
break;
case 'shirts':
# PÓLÓK
include('include_shirts.php');