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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View File

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 764 B

View File

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 721 B

View File

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 862 B

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -26,7 +26,7 @@
<TMPL_VAR comment_count> Kommentar<TMPL_UNLESS one_result>e</TMPL_UNLESS> &nbsp;
</span>
<a href="/agenda/feed_kommentare/" title="Kommentare als Feed abonnieren">
<img src="<TMPL_VAR static_files_url>image/feed.png" style="float:none">
<img src="<TMPL_VAR static_files_url>images/feed.png" style="float:none">
</a>
</h4>
</TMPL_IF>

View File

@@ -28,7 +28,7 @@ Content-type:text/html; charset=UTF-8;
<body>
<div>
<a href="/"><img src="<TMPL_VAR static_files_url>/image/logo.png" alt="programm" /></a>
<a href="/"><img src="<TMPL_VAR static_files_url>/images/logo.png" alt="programm" /></a>
</div>
<TMPL_IF action_result>

View File

@@ -5,7 +5,7 @@ Content-type:text/xml; charset=UTF-8
<info>
<displayname>Pi-Radio</displayname>
<fullname>Pi-Radio</fullname>
<logo src="https://piradio.de/agenda/image/logo.jpg" />
<logo src="https://piradio.de/agenda/images/logo.jpg" />
<basecolor>#FF6600</basecolor>
<city>Berlin</city>
<studio>

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>