mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1317 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b439632abd
commit
19b9fd314f
6 changed files with 18 additions and 38 deletions
|
|
@ -554,13 +554,8 @@
|
|||
/**
|
||||
* @brief 플러그인 설정
|
||||
**/
|
||||
function dispBlogAdminPluginSetup() {
|
||||
// 플러그인 목록을 세팅
|
||||
$oPluginModel = &getModel('plugin');
|
||||
$plugin_list = $oPluginModel->getDownloadedPluginList();
|
||||
Context::set('plugin_list', $plugin_list);
|
||||
|
||||
$this->setTemplateFile('plugin_setup');
|
||||
function dispBlogAdminLayoutSetup() {
|
||||
$this->setTemplateFile('layout_setup');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue