<?php 
/** 
 * Editor framework for XOOPS 
 * 
 * @copyright       (c) 2000-2016 XOOPS Project (www.xoops.org) 
 * @license             GNU GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html) 
 * @author              Taiwen Jiang (phppp or D.J.) <[email protected]> 
 * @since               1.00 
 * @package             xoopseditor 
 */ 
/* 
 * Assocated with editor_registry.php 
 */ 
define('_XOOPS_EDITOR_TEXTAREA', 'Plain Text'); 
 
 |