Re: Code for hiding block titles |
Subject: Re: Code for hiding block titles by davidl2 on 2008/2/21 9:15:49 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...) |