added balance list menu

This commit is contained in:
Ricsi
2017-02-14 19:53:20 +01:00
parent 7080ef002c
commit 75dafb1656
5 changed files with 49 additions and 0 deletions

View File

@@ -156,6 +156,10 @@ class page {
# BEÁLLÍTÁSOK
include('include_settings.php');
break;
case 'balance_list':
# BEÁLLÍTÁSOK
include('include_balance_list.php');
break;
case 'delete_training_type':
# EDZÉS TÍPUS TÖRLÉS
include('include_delete_training_type.php');