| 
<?php/**
 * XOOPS editor
 *
 * @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               2.3.0
 * @package             xoopseditor
 */
 /**
 * Assocated with editor_registry.php
 */
 define('_XOOPS_EDITOR_DHTMLTEXTAREA', 'DHTML Form with xCode');
 
 |