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

This commit is contained in:
zero 2007-03-30 07:07:59 +00:00
parent 8a4280e93a
commit cfae38adb5
13 changed files with 25 additions and 18 deletions

View file

@ -16,7 +16,7 @@
/**
* @brief 플러그인의 생성된 코드를 return
**/
function procGenerateCode() {
function procPluginGenerateCode() {
// 변수 정리
$vars = Context::getRequestVars();
$plugin = $vars->selected_plugin;
@ -43,7 +43,7 @@
/**
* @brief 선택된 플러그인 - 스킨의 컬러셋을 return
**/
function procGetColorsetList() {
function procPluginGetColorsetList() {
$plugin = Context::get('selected_plugin');
$skin = Context::get('skin');