diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /themes/default/template/picture.tpl | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 69d1e6297..0e479db69 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -119,7 +119,7 @@ y.callService( {/if} {/if} -<table id="standard" class="infoTable" summary="{'Some info about this picture'|@translate}"> +<table id="standard" class="infoTable"> {if $display_info.author} <tr id="Author"> <td class="label">{'Author'|@translate}</td> @@ -261,7 +261,7 @@ y.callService( </table> {if isset($metadata)} -<table id="Metadata" class="infoTable2" summary="{'Some more (technical) info about this picture'|@translate}"> +<table id="Metadata" class="infoTable2"> {foreach from=$metadata item=meta} <tr> <th colspan="2">{$meta.TITLE}</th> |