mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
16 lines
366 B
PHP
16 lines
366 B
PHP
<?php
|
|
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
/**
|
|
* @class editorAPI
|
|
* @author NAVER (developers@xpressengine.com)
|
|
* @brief
|
|
*/
|
|
class EditorAPI extends Editor
|
|
{
|
|
function dispEditorSkinColorset(&$oModule)
|
|
{
|
|
$oModule->add('colorset', Context::get('colorset'));
|
|
}
|
|
}
|
|
/* End of file editor.api.php */
|
|
/* Location: ./modules/editor/editor.api.php */
|