|
Title: [NOT A BUG]How to delete the image name? Post by: Francois on May 12, 2008, 10:02:51 PM Hi all,
I would like to delete the image name on the "Random module" and the "last uploaded" module, but can't find how... Could you help me ? Thanks a lot, Kind regards, Fran?ois Title: Re: How to delete the image name? Post by: john on May 13, 2008, 08:36:22 AM Hello
\components\com_rsgallery2\templates\meta\display.class.php line 377 onwards john Title: Re: How to delete the image name? Post by: Francois on May 13, 2008, 10:01:24 AM That was in thisfile :
I removed this lines : Code: <div class="rsg2-clr"></div> <div class="rsg2_details"><?php echo _RSGALLERY_TMPL_GAL_UPLOADED ?> <?php echo mosFormatDate($row->date, "%d-%m-%Y");?></div> Thanks a lot for your help ! Kind regards, |