This commit is contained in:
Ricsi
2016-11-15 07:54:05 +01:00
parent e7b6d8a096
commit 04961702b2
14 changed files with 211 additions and 26 deletions

View File

@@ -70,6 +70,14 @@ class page {
$tpl = "presence";
include('include_presence.php');
break;
case 'training_types':
# EDZÉS TÍPUSOK
include('include_training_types.php');
break;
case 'delete_training_type':
# EDZÉS TÍPUS TÖRLÉS
include('include_delete_training_type.php');
break;
default:
# code...
break;
@@ -81,7 +89,7 @@ class page {
}
break;
case 'style':
var_dump('haha');
//var_dump('haha');
break;
default:
# code...