money basics: create, update deposits

deposit icon to user list
css modified, tablet view available
This commit is contained in:
Ricsi
2017-01-22 21:23:27 +01:00
parent c19957eaef
commit d73e0cce1a
13 changed files with 428 additions and 62 deletions

View File

@@ -68,6 +68,7 @@ $smarty->setConfigDir('template/configs');
$smarty->assign('months', $months);
$smarty->assign('days', $days);
$smarty->assign('today', date('Y-m-d'));
//SQL KAPCSOLAT BEÁLLÍTÁSA
if ($_SERVER['HTTP_HOST'] == 'badmintoncoach.hu') $sql = new sql('localhost','root','','badminton_coach');