2015-12-15 11:54:49 +01:00
|
|
|
<div class="quote" cite="{$embed->url|htmlspecialchars}">
|
2015-08-03 11:35:01 +02:00
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<span>
|
2015-12-15 11:54:49 +01:00
|
|
|
<a href="{$embed->url|htmlspecialchars}" target="_blank">{$embed->title|htmlspecialchars}</a>
|
2015-08-03 11:35:01 +02:00
|
|
|
</span>
|
2015-12-15 11:54:49 +01:00
|
|
|
<p>{$embed->description|htmlspecialchars}</p>
|
2015-08-03 11:35:01 +02:00
|
|
|
<p>
|
2015-12-15 11:54:49 +01:00
|
|
|
<a href="{$embed->providerUrl|htmlspecialchars}" target="_blank">{$embed->providerName|htmlspecialchars}</a>
|
2015-08-03 11:35:01 +02:00
|
|
|
</p>
|
|
|
|
</li>
|
|
|
|
{if="$embed->images != null"}
|
|
|
|
<li>
|
|
|
|
<a href="{$embed->images[0]['value']|htmlspecialchars}" target="_blank">
|
|
|
|
<img src="{$embed->images[0]['value']|htmlspecialchars}"/>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{/if}
|
|
|
|
</ul>
|
2015-09-10 15:41:45 +02:00
|
|
|
</div>
|