Hide date and album size in Matrix theme

fotoer

Joined: 2007-04-07
Posts: 11
Posted: Wed, 2007-04-11 05:44

How can I hide the 'date' and 'album size' in the main gallery album? They are located at the top of the page in the Matrix theme.

 
ahamada

Joined: 2007-04-10
Posts: 50
Posted: Wed, 2007-04-11 08:02

hi

iN The file album.TPL in directory /gallery2/themes/matrix/templates

File album.tpl
"......
<td style="width: 30%">
{g->block type="core.ItemInfo"
item=$theme.item
showDate=true
//you replace by showDate=False to hide date
showSize=true
//you replace by showSize=False to hide Album size
showOwner=$theme.params.showAlbumOwner
class="giInfo"}
</td>
..........
"

 
fotoer

Joined: 2007-04-07
Posts: 11
Posted: Thu, 2007-04-12 04:54

Hi, that worked very well, Thanks!