mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
666 B
20 lines
666 B
<q cite="{$embed->url}">
|
|
<ul>
|
|
<li>
|
|
<span>
|
|
<a href="{$embed->url|htmlspecialchars}" target="_blank">{$embed->title}</a>
|
|
</span>
|
|
<p>{$embed->description}</p>
|
|
<p>
|
|
<a href="{$embed->providerUrl|htmlspecialchars}" target="_blank">{$embed->providerName}</a>
|
|
</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>
|
|
</q>
|