fix studio_id parameter on loading image

This commit is contained in:
Milan
2019-04-22 00:50:41 +02:00
parent dcec151f7b
commit aaa3f01a98
6 changed files with 10 additions and 10 deletions

View File

@@ -98,7 +98,7 @@
<TMPL_LOOP images>
<div class="image"
id="img_<TMPL_VAR id>"
style="background-image:url('showImage.cgi?project_id=<TMPL_VAR project_id>&studioId=<TMPL_VAR .studio_id>&type=icon&filename=<TMPL_VAR filename>')"
style="background-image:url('showImage.cgi?project_id=<TMPL_VAR project_id>&studio_id=<TMPL_VAR .studio_id>&type=icon&filename=<TMPL_VAR filename>')"
title="<TMPL_VAR description>"
filename="<TMPL_VAR filename>"
>