diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/header.tpl | 4 | ||||
-rw-r--r-- | template/yoga/mainpage_categories.tpl | 20 | ||||
-rw-r--r-- | template/yoga/picture_content.tpl | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 668d7c505..abe063799 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -6,13 +6,13 @@ <meta name="generator" content="Piwigo (aka PWG), see piwigo.org"> {if isset($meta_ref) } {if isset($INFO_AUTHOR)} -<meta name="author" content="{$INFO_AUTHOR|replace:'"':' '}"> +<meta name="author" content="{$INFO_AUTHOR|@replace:'"':' '}"> {/if} {if isset($related_tags)} <meta name="keywords" content="{foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if}{$tag.name}{/foreach}"> {/if} {if isset($COMMENT_IMG)} -<meta name="description" content="{$COMMENT_IMG|strip_tags:false|replace:'"':' '}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}"> +<meta name="description" content="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}"> {else} <meta name="description" content="{$PAGE_TITLE}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}"> {/if} diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index e56b637aa..e1cc953ff 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -6,7 +6,7 @@ <div class="thumbnailCategory"> <div class="illustration"> <a href="{$cat.URL}"> - <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|replace:'"':' '} - {'hint_category'|@translate}"> + <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'hint_category'|@translate}"> </a> </div> <div class="description"> @@ -14,15 +14,15 @@ <a href="{$cat.URL}">{$cat.NAME}</a> {$cat.ICON_TS} </h3> - <div class="text"> - {if isset($cat.INFO_DATES) } - <p class="dates">{$cat.INFO_DATES}</p> - {/if} - <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p> - {if not empty($cat.DESCRIPTION)} - <p>{$cat.DESCRIPTION}</p> - {/if} - </div> + <div class="text"> + {if isset($cat.INFO_DATES) } + <p class="dates">{$cat.INFO_DATES}</p> + {/if} + <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p> + {if not empty($cat.DESCRIPTION)} + <p>{$cat.DESCRIPTION}</p> + {/if} + </div> </div> </div> </li> diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl index b6e148fdd..dcf0f6d24 100644 --- a/template/yoga/picture_content.tpl +++ b/template/yoga/picture_content.tpl @@ -4,7 +4,7 @@ {/if} <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" {if isset($COMMENT_IMG)} - title="{$COMMENT_IMG|strip_tags:false|replace:'"':' '}" {else} title="{$current.TITLE|replace:'"':' '} - {$ALT_IMG}" + title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}" {/if}> {if isset($high) } </a> |