information data merged to master
This commit is contained in:
@@ -152,6 +152,9 @@ class page {
|
||||
case 'money_update':
|
||||
# FRISSÍTÉS
|
||||
include('include_money_update.php');
|
||||
case 'settings':
|
||||
# BEÁLLÍTÁSOK
|
||||
include('include_settings.php');
|
||||
break;
|
||||
case 'delete_training_type':
|
||||
# EDZÉS TÍPUS TÖRLÉS
|
||||
@@ -220,6 +223,10 @@ class page {
|
||||
# napló, edzéslista
|
||||
include('include_diary.php');
|
||||
break;
|
||||
case 'information':
|
||||
# információk
|
||||
include('include_information.php');
|
||||
break;
|
||||
default:
|
||||
include('include_diary.php');
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user