Source

class.PHPTemplateLayer.inc.php

Parent Class

Public function of PHPTemplateLayer

Example Usage


$PHPTemplateLayer->block("blockname");

Usage Notes

If your template HTML contains block tags, all such blocks will remain hidden unless they are created in your PHP code. Once you have created the block, you can assign variables to it. Every block contained in a template must have a unique name - repititions of blocks in your template will be removed without parsing.