Added a moon phase display

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-21 12:29:02 +02:00
parent d7154719e2
commit dcd9842c7d
59 changed files with 70 additions and 0 deletions

View File

@@ -52,6 +52,9 @@
<button type="submit">Keresés</button>
</div>
#}
<div id="moonphase">
<img src="{{ asset('bundles/kekrozsakfront/images/moonphase/' ~ moonphase.phaseNum ~ '_small.png') }}" alt="{{ moonphase.percent }}" />
</div>
</div>
<div id="top-line-padding"></div>
</div>