agenda/image -> agenda/images

This commit is contained in:
Milan
2021-04-11 12:24:08 +02:00
parent 2a92ecc882
commit 7855df8076
12 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
<TMPL_COMMENT>
<div class="icon">
<TMPL_IF icon><img src="<TMPL_VAR icon>" alt="<TMPL_VAR series_name>" />
<TMPL_ELSE><img src="<TMPL_VAR static_files_url>image/event.icon.png" />
<TMPL_ELSE><img src="<TMPL_VAR static_files_url>images/event.icon.png" />
</TMPL_IF>
</div>
</TMPL_COMMENT>