I am trying to limit a block's visibility. The block is created by the banner.module and so to control regions I have a number of blocks enabled. The problem is that there is not always content in a block. I want to use the php visibility settings of the block to say "if the block has content then display it, otherwise don't"
Ok so I went and got the xTemplate stuff from the downloads section. Here's what I got:
license.txt - tells me nothing about how to install or use.
xtemplate.inc - has some code at the bottom but I have no idea what it's for
xtemplate.engine - has code in it but have no idea what it is for