쪽지 데이터 이전 처리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-17 04:05:54 +00:00
parent 541d9f7c94
commit 55c3623bff
13 changed files with 244 additions and 0 deletions

View file

@ -34,6 +34,9 @@
$template_filename = "module";
break;
case 'message' :
$template_filename = "message";
break;
case 'sync' :
$template_filename = "sync";
break;