way to retain parameter
I am not very well versed with javascript. I am sorry to ask such a silly question. I have this line in the code of my gallery software:
<h2 id="item-title">{$theme.item.title|markup|default:" "}</h2>
It shows the title of the image. I don’t want it like that. When I erase this line, my gallery becomes dysfunctional. It doesn’t work. The javascript image loader in the ‘view photo page’ only says ‘loading’.
Can anyone suggest a way to retain this required parameter so that my gallery works fine, but it shouldn’t be seen on the page?
|