15 lines
257 B
PHP
15 lines
257 B
PHP
<?
|
|
include_once("./_common.php");
|
|
include_once("$g4[path]/lib/latest.lib.php");
|
|
|
|
$g4['title'] = "";
|
|
include_once("./_head.php");
|
|
?>
|
|
|
|
강좌홈페이지 작업 중입니다.<br>
|
|
현재 HTML5 로 선언되어 있습니다.
|
|
|
|
<?
|
|
include_once("./_tail.php");
|
|
?>
|