wb-archiv283/trunk/wb/modules/htmlarea/info.php @ 134
1 |
<?php
|
---|---|
2 |
|
3 |
$module_directory = 'htmlarea'; |
4 |
$module_name = 'HTMLArea'; |
5 |
$module_function = 'wysiwyg'; |
6 |
$module_version = '2.6'; |
7 |
$module_platform = '2.6.x'; |
8 |
$module_author = 'Ryan Djurovich, Stefan Braunewell'; |
9 |
$module_description = 'This module allows you to edit the contents of a page using HTMLArea Editor.'; |
10 |
|
11 |
?>
|