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

This commit is contained in:
zero 2007-04-02 23:44:37 +00:00
parent 621636fe93
commit 9bc7d8f708
3 changed files with 1 additions and 12 deletions

View file

@ -26,9 +26,6 @@
// 자신이라면 패스
if($logged_info->member_srl == $member_srl) return;
// 언어파일 읽음
Context::loadLang($addon_path."lang");
// 템플릿에서 사용되기 전의 menu_list를 가져옴
$menu_list = $this->get('menu_list');