More readable way to include HTML in translated strings
This commit is contained in:
parent
bdf5554430
commit
de74808459
7 changed files with 21 additions and 19 deletions
|
@ -4,10 +4,7 @@
|
|||
{include file="inc/logo.tpl"}
|
||||
|
||||
{if isset($video->title)}
|
||||
{$title="<i>
|
||||
<a href='{$video->webpage_url}'>
|
||||
{$video->title}</a>
|
||||
</i>"}
|
||||
{include file='snippets/title.tpl' assign=title}
|
||||
<p>
|
||||
{t params=['@title'=>$title]}Videos extracted from @title:{/t}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue