init: term colors, completion, execution
This commit is contained in:
17
templates/index.php
Normal file
17
templates/index.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
script('testnextcloudapp', 'index');
|
||||
script('testnextcloudapp', 'term');
|
||||
script('testnextcloudapp', 'unix_formatting');
|
||||
style('testnextcloudapp', 'style');
|
||||
?>
|
||||
|
||||
<div id="app" class="full-width">
|
||||
<!-- <div id="app-navigation">-->
|
||||
<!-- --><?php //print_unescaped($this->inc('navigation/index')); ?>
|
||||
<!-- --><?php //print_unescaped($this->inc('settings/index')); ?>
|
||||
<!-- </div>-->
|
||||
|
||||
<div id="app-content" class="full-width">
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user