Get timezone in footer from config

This commit is contained in:
Les De Ridder 2018-10-19 20:47:14 +02:00
부모 b1c06ae55b
커밋 43e0366e7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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