Get timezone in footer from config

This commit is contained in:
Les De Ridder 2018-10-19 20:47:14 +02:00
rodič b1c06ae55b
revize 43e0366e7c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -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>