Re: Code for hiding block titles

Posted by davidl2 on 1203614149
I can see the problem.

The theme before the hack uses:

"<{includeq file="$theme_name/theme_blockleft.html"}>"

to include the style, which is not used in Rodrigo's version.

Try replacing:
<div class="blockTitle">
<{$block.title}>
</div>

with:

<{includeq file="$theme_name/theme_blockleft.html"}>

(but backup the html first... as I can't test this remotely...)

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