git-svn-id: http://xe-core.googlecode.com/svn/trunk@96 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 13:49:49 +00:00
parent 3fafec9c8c
commit f598c04a93

View file

@ -0,0 +1,15 @@
<?php
/**
* @class sample_layout
* @author zero (zero@nzeo.com)
* @brief test 레이아웃
* @todo 미구현
**/
class sample_layout extends LayoutHandler {
function proc(&$oModule, $oModuleInfo) {
$oModule->setHtml('레이아웃');
}
}
?>