rhymix/modules/editor/editor.api.php
2013-11-08 05:52:51 +00:00

16 lines
367 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 */