2011-10-01 17:48:00 -04:00
|
|
|
<?php
|
2011-10-05 11:32:01 -04:00
|
|
|
//load the required files
|
|
|
|
|
OC_Util::addStyle( 'files_texteditor', 'style' );
|
|
|
|
|
OC_Util::addScript( 'files_texteditor', 'editor');
|
|
|
|
|
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
|
2011-10-05 16:59:03 -04:00
|
|
|
?>
|