diff options
author | vdigital <vdigital@piwigo.org> | 2009-01-03 21:03:46 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-01-03 21:03:46 +0000 |
commit | d51c92831bc344f2a0cf8a82ba2d49a9bcfadd43 (patch) | |
tree | 3bb496d537de67c6d5371ab69b00248e873d87ad /template/yoga/picture_content.tpl | |
parent | 7aecaf7774569ba31594e701d8e363d899e97753 (diff) |
- $conf['meta_ref'] is a new configuration parameter (Default true)
Meta tags for description, author, and keywords are generated,
except if meta robots "noindex" is forced (with some pages like search, recent cats, etc.).
In addition, $conf['meta_ref'] = false is forcing "noindex, nofollow".
git-svn-id: http://piwigo.org/svn/branches/2.0@3040 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl index 5c9291357..b6e148fdd 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|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> |