diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-08-02 19:20:50 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-08-02 19:20:50 +0000 |
commit | 86ae4d8b3ae8d1a4b3f78567dd8f67aa48ef43a8 (patch) | |
tree | cf4067b3b6298d2f700b6b5f59187ffe8e4efc55 /themes/default | |
parent | a61fea92834dcadc8c1a648ca1fdb2c56d2079cd (diff) |
rename #images.average_rate to rating_score
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index d83795d58..c4dddac98 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -194,7 +194,7 @@ y.callService( </tr> {/if} -{if $display_info.average_rate and isset($rate_summary)} +{if $display_info.rating_score and isset($rate_summary)} <tr id="Average"> <td class="label">{'Rating score'|@translate}</td> <td class="value"> |