mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
플래닛 메인에 관리자 추가 태그를 기본 태그탭 이후에도 추가할 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10ac0cfa9a
commit
d408705a9a
12 changed files with 50 additions and 7 deletions
|
|
@ -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));
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue