Re: Code for hiding block titles

Posted by TheRplima on 1210019847
You can add an id to the the div and get it with javascript.
Something like this:
Quote:


<td width="98%" style="background-image: url(<{$xoops_imageurl}>images/lb_tc.gif);"><div class="blockTitle" id="block_<{$block.id}>"><{$block.title}></div></td>


This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=1079&post_id=16089