XoopsModules25x/xoopsinfo

View on GitHub
modules/xoopsinfo/plugins/editors/tinyeditor.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

/**
 * XOOPS - PHP Content Management System
 * Copyright (c) 2001 - 2006 <http://www.xoops.org/>
 *
 * Module: xoopsinfo 2.0
 * Licence : GPL
 * Authors :
 *              - Jmorris
 *              - Marco
 *              - Christian
 *              - DuGris (http://www.dugris.info)
 */
$editor['name']    = 'TinyEditor';
$editor['class']   = '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php';
$editor['dirname'] = 'tinyeditor';
$editor['project'] = 'http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1197';