Atom 1.0 act 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5364 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-01-15 12:08:57 +00:00
parent 375608395e
commit 2b1d083971
4 changed files with 15 additions and 2 deletions

View file

@ -146,6 +146,11 @@
$this->setTemplateFile('display');
}
function atom() {
Context::set('format', 'atom');
$this->rss();
}
/**
* @brief 에러 출력
**/