1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-26 17:26:17 +00:00
ocsms/templates/main.php

22 lines
392 B
PHP

<?php
\OCP\Util::addScript('ocsms', 'script');
\OCP\Util::addStyle('ocsms', 'style');
?>
<div id="app">
<div id="app-navigation">
<?php print_unescaped($this->inc('part.navigation')); ?>
</div>
<div id="app-mailbox-peers">
<ul>
</ul>
</div>
<div id="app-content">
<div id="app-content-wrapper">
<?php print_unescaped($this->inc('part.content')); ?>
</div>
</div>
</div>