Page 1 of 1

There is no image in this category

Posted: 13 Jul 2009, 11:43
by verzevoul
Goodmorning.
When I create phoca categories with no images inside a mess. ''There is no image in this category ''
Is there a way to prevent that??
Thank you!

Re: There is no image in this category

Posted: 14 Jul 2009, 14:21
by Jan
Hi, you can customize it in html, so you will delete it e.g., see:
components\com_phocagallery\views\category\tmpl\default.php

remove or comment:

Code: Select all

echo JText::_('There is no image in this category');
Jan