- Change the title logic for a better index in Google images

(It was already done but it should be improved).
merge -c3031 from branch 2.0 to trunk



git-svn-id: http://piwigo.org/svn/trunk@3032 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-12-30 20:19:45 +00:00
parent f0dc31da83
commit edd0ce68d0
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="thumbnailCategory">
<div class="illustration">
<a href="{$cat.URL}">
<img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{'hint_category'|@translate}">
<img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|replace:'"':' '} - {'hint_category'|@translate}">
</a>
</div>
<div class="description">
+4 -1
View File
@@ -2,7 +2,10 @@
{if isset($high) }
<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
{/if}
<img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}">
<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}"
{/if}>
{if isset($high) }
</a>
<p>{'picture_high'|@translate}</p>