fix image paths

This commit is contained in:
Milan
2023-03-19 22:42:04 +01:00
parent 5434fbb08b
commit 82e0520174
2 changed files with 2 additions and 2 deletions

View File

@@ -650,7 +650,7 @@ a.load-prev, a.load-next{
#calcms_search select {
background: white;
background-image: url("/agenda/image/select.png");
background-image: url("/agenda/images/select.png");
background-position: right center;
background-repeat: no-repeat;
}

View File

@@ -39,7 +39,7 @@ Content-type:application/rss+xml; charset=UTF-8
<comments>http:<TMPL_VAR base_domain>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#comments</comments>
<enclosure url="https:<TMPL_VAR listen_url>" length="<TMPL_VAR size>" type="audio/mpeg" />
<itunes:duration><TMPL_VAR duration></itunes:duration>
<media:content url="http:<TMPL_VAR base_domain>media/image/<TMPL_VAR image>" medium="image">
<media:content url="http:<TMPL_VAR base_domain>media/images/<TMPL_VAR image>" medium="image">
<media:title type="html"><TMPL_VAR full_title></media:title>
</media:content>
<media:content url="https:<TMPL_VAR listen_url>" medium="audio" />