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

  1. <q cite="{$embed->url}">
  2. <ul>
  3. <li>
  4. <span>
  5. <a href="{$embed->url|htmlspecialchars}" target="_blank">{$embed->title}</a>
  6. </span>
  7. <p>{$embed->description}</p>
  8. <p>
  9. <a href="{$embed->providerUrl|htmlspecialchars}" target="_blank">{$embed->providerName}</a>
  10. </p>
  11. </li>
  12. {if="$embed->images != null"}
  13. <li>
  14. <a href="{$embed->images[0]['value']|htmlspecialchars}" target="_blank">
  15. <img src="{$embed->images[0]['value']|htmlspecialchars}"/>
  16. </a>
  17. </li>
  18. {/if}
  19. </ul>
  20. </q>