import mtweb.0.4.1
[mtweb] / web / out / dist / content.php
1 <?php
2
3   if($layout["content"] && $this->out_file_exists($layout["content"])) require $this->out_file($layout["content"]);
4
5 ?>