v1.4.5 Fixed some languages settings, add to home screen script, fixed skolehjem to Erhvervskollegiet, flytte noget css

This commit is contained in:
2020-10-14 09:07:13 +02:00
parent 2681472772
commit 845b097501
10 changed files with 1044 additions and 34 deletions
@@ -108,6 +108,10 @@
<?php
date_default_timezone_set('Europe/Copenhagen');
?>
<link rel="stylesheet" type="text/css" href="/../../../css/addtohomescreen.css">
<script src="/../../../js/addtohomescreen.js"></script>
@foreach($news as $new)
<!--Code to list events-->
@if($new->type == 'News')<!--Code that prints news-->
@@ -252,5 +256,11 @@
});
}
}
addToHomescreen();
</script>
@endsection