[SOLVED] Tags & Global Content Blocks...
Posted: Fri Apr 03, 2009 11:40 pm
Hello I'm wondering if it's possible to have a Global Content Block inside a Tag.
I've made this tag (central_content):
Thanks for any support on this.
Mr.Bacan.
I've made this tag (central_content):
to the use it like this:echo "" . $params['titulo'] . "\n";
echo "{global_content name='" . $params['block'] . "'}\n";
echo "\n";
I get the title to print but the GCB doesn't. I know I'm must not doing it right at all, but I'm a PHP newbie.{central content titulo='Page Title' block='Content_1'}
Thanks for any support on this.
Mr.Bacan.