2011-10-01 21:48:00 +00:00
|
|
|
<?php
|
2011-10-05 15:32:01 +00:00
|
|
|
//load the required files
|
2012-06-13 19:16:14 +00:00
|
|
|
OCP\Util::addStyle( 'files_texteditor', 'DroidSansMono/stylesheet' );
|
2012-05-01 07:49:22 +00:00
|
|
|
OCP\Util::addStyle( 'files_texteditor', 'style' );
|
2012-05-01 18:03:41 +00:00
|
|
|
OCP\Util::addscript( 'files_texteditor', 'editor');
|
|
|
|
OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');
|
2012-05-01 07:49:22 +00:00
|
|
|
?>
|