|
GNU/Linux Desktop Survival Guide by Graham Williams |
|
|||
Photos |
The gallery2 package is an excellent choice for making your photos available on the Internet.
To remove the Views: from each photo, edit (as root) the file
/usr/share/gallery2/modules/core/templates/blocks/ItemInfo.tpl
to change:
{if !empty($showViewCount) && $item.viewCount > 0}
|
{if !empty($showViewCount) && $item.viewCount < 0}
|