<?
/*
This script is a part of the ExTemplates Library
Author: Alexander Netkachev
Check the license.txt for copyright and terms.
*/
include('TemplateBlock.php');
class ExTemplate extends TemplateBlock {
function ExTemplate(&$content) {
$this->visible = true;
$this->content = & $content;
}
}
?>