created coach site

This commit is contained in:
Ricsi
2017-04-22 20:01:23 +02:00
parent acfa06e40a
commit 04beae7eca
16 changed files with 287 additions and 55 deletions

View File

@@ -40,6 +40,10 @@ setlocale(LC_ALL, 'hu_HU');
if ($page->is_subpage() && $page->get_subpage() == "diary"|| $page->get_page() == "view" && !$page->is_subpage())
echo '<link rel="stylesheet" type="text/css" href="/_css/diary.css">';
if ($page->is_page() && $page->get_page() == 'coach') {
echo '<link rel="stylesheet" type="text/css" href="/_css/default_coach.css">';
}
?>