|
Title: How to hide title above image?? Post by: Diego87 on June 10, 2008, 11:55:14 pm Hi, i?m trying to hide the image title that it?s above when you click on the thumbail, I?ve tried to keep blank the image title but it says that I have to write one correctly....How can I solve this please!!
I?m using 1.14.3 (SVN 649) on Joomla 1.5.2 Thanks a lot Regards Title: Re: How to hide title above image?? Post by: Chef Groovy on July 09, 2008, 02:15:04 pm Its in the template, particularly in display.class.php
Anything that says $item->title shows the title example, in default semantics its around line 274 Code: <td><h2 class='rsg2_display_name' align="center"><?php echo htmlspecialchars(stripslashes($item->title), ENT_QUOTES); ?></h2></td> |