플래닛 메인에 관리자 추가 태그를 기본 태그탭 이후에도 추가할 수 있도록 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-26 02:33:03 +00:00
parent 10ac0cfa9a
commit d408705a9a
12 changed files with 50 additions and 7 deletions

View file

@ -34,6 +34,7 @@
$group_list = $oMemberModel->getGroups();
Context::set('group_list', $group_list);
if(is_array($this->config->tagtab)) Context::set('tagtab', join(',',$this->config->tagtab));
if(is_array($this->config->tagtab_after)) Context::set('tagtab_after', join(',',$this->config->tagtab_after));
if(is_array($this->config->smstag)) Context::set('smstag', join(',',$this->config->smstag));