diff --git a/.gitignore b/.gitignore index 1e05a9ae..3907573a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ composer easyappointments.zip node_modules npm-debug.log -src/application/logs/* -!src/application/logs/index.html +src/storage/cache/* +!src/storage/cache/.htaccess +!src/storage/cache/index.html +src/storage/logs/* +!src/storage/logs/index.html +src/storage/uploads/* +!src/storage/uploads/index.html src/config.php diff --git a/src/application/views/backend/calendar.php b/src/application/views/backend/calendar.php index 22e96ccc..b9a28099 100644 --- a/src/application/views/backend/calendar.php +++ b/src/application/views/backend/calendar.php @@ -48,31 +48,22 @@
-
- - - - - - - -
+ + + -
-
+ +
diff --git a/src/application/views/backend/footer.php b/src/application/views/backend/footer.php index 68f9b6a9..142e2f12 100644 --- a/src/application/views/backend/footer.php +++ b/src/application/views/backend/footer.php @@ -1,5 +1,5 @@