This commit is contained in:
Ricsi
2016-12-17 22:33:33 +01:00
parent 883eab4cfc
commit 664097a976
7 changed files with 123 additions and 8 deletions

View File

@@ -177,9 +177,13 @@ class page {
include('include_logout.php');
break;
case 'overview':
# áttekintő oldal adatokkal és edzéslistával
# áttekintő oldal adatokkal
include('include_overview.php');
break;
case 'diary':
# napló, edzéslista
include('include_diary.php');
break;
default:
include('include_overview.php');
break;