1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-27 01:36:21 +00:00
ocsms/templates/main.php
2014-09-16 19:14:59 +00:00

21 lines
438 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')); ?>
<?php /*print_unescaped($this->inc('part.settings'));*/ ?>
</div>
<div id="app-mailbox-peers">
</div>
<div id="app-content">
<div id="app-content-wrapper">
<?php print_unescaped($this->inc('part.content')); ?>
</div>
</div>
</div>