english comments added

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-06 16:48:06 +00:00
parent 693e215bc1
commit 4d272994dd
219 changed files with 6407 additions and 8705 deletions

View file

@ -2,22 +2,22 @@
/**
* @class sessionAdminView
* @author NHN (developers@xpressengine.com)
* @brief session모듈의 admin view class
* @brief The admin view class of the session module
**/
class sessionAdminView extends session {
/**
* @brief 초기화
* @brief Initialization
**/
function init() {
}
/**
* @brief 설정
* @brief Configure
**/
function dispSessionAdminIndex() {
// 템플릿 파일 지정
// Set the template file
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile('index');
}