server/apps/files_texteditor/appinfo/app.php
2011-10-05 21:59:03 +01:00

6 lines
No EOL
193 B
PHP

<?php
//load the required files
OC_Util::addStyle( 'files_texteditor', 'style' );
OC_Util::addScript( 'files_texteditor', 'editor');
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
?>