Get timezone in footer from config

Este commit está contenido en:
Les De Ridder 2018-10-19 20:47:14 +02:00
padre b1c06ae55b
commit 43e0366e7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -154,7 +154,7 @@
<div class="text-browser"><br></div>
<footer>
<p>Dates and times are UTC.</p>
<p>Dates and times are {{ Config::get('app.timezone') }}.</p>
</footer>
</body>
</html>