mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* moved online, movies, google_analytics code, faq, experience_table, downloads to twig * added new global variabl to twig (status) * removed some unused page (custom.php) * automatically append trailing slash at config.item_images_url * moved downloads from clients.halfaway.net to tibia-clients.com * show some more info on monster loot (currently only on TFS 0.3 and those that use item.id in monster files instead of item name) * some more unimportant fixes
7 lines
287 B
Twig
7 lines
287 B
Twig
<div style="text-align: center;">
|
|
{% for movie in movies %}
|
|
<h2>{{ movie.title }}</h2>
|
|
Author: {{ movie.author }}<br/>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ movie.youtube_id }}" frameborder="0" allowfullscreen></iframe><br/><br/>
|
|
{% endfor %}
|
|
</div> |