settings added; information textarea added
This commit is contained in:
@@ -141,6 +141,10 @@ class page {
|
||||
# BEFIZETÉSEK / USER
|
||||
include('include_view_deposit.php');
|
||||
break;
|
||||
case 'settings':
|
||||
# BEÁLLÍTÁSOK
|
||||
include('include_settings.php');
|
||||
break;
|
||||
case 'delete_training_type':
|
||||
# EDZÉS TÍPUS TÖRLÉS
|
||||
include('include_delete_training_type.php');
|
||||
@@ -200,6 +204,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