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

@@ -24,7 +24,7 @@
<tr>
<td>
<TMPL_IF filename>
<div class="image" style="background-image:url('showImage.cgi?project_id=<TMPL_VAR .project_id>&studioId=<TMPL_VAR .studio_id>&type=icon&filename=<TMPL_VAR filename>')" >
<div class="image" style="background-image:url('showImage.cgi?project_id=<TMPL_VAR .project_id>&studio_id=<TMPL_VAR .studio_id>&type=icon&filename=<TMPL_VAR filename>')" >
</div>
</TMPL_IF>
</td>