In most themes, in the top right there is the value "$showbanners". This shows the banners from the nuke banners system..
I want to take the same thing and put it in a center block, but it isn't working for me
I've tried simply putting $showbanners in the block, and I tried <? echo "$showbanners"; ?>, however the first just showed the text, and the 2nd made for an empty block .
Does anyone know what I'm doing wrong?