mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-25 23:14:31 +02:00
7 lines
446 B
Twig
7 lines
446 B
Twig
<div id="GalleryBox" class="Themebox" style="background-image:url({{ template_path }}/images/themeboxes/gallery/gallerybox.gif);">
|
|
<a href="?subtopic=gallery&image={{ config['gallery_image_id_from_database'] }}" >
|
|
<img id="GalleryContent" class="ThemeboxContent" src="{{ image['thumb'] }}" alt="Screenshot of the Day" />
|
|
</a>
|
|
<div class="Bottom" style="background-image:url({{ template_path }}/images/general/box-bottom.gif);"></div>
|
|
</div>
|