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.