1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-11 09:56:19 +00:00
ocsms/templates/main.php
2014-09-26 18:22:04 +02:00

18 lines
266 B
PHP

<?php
\OCP\Util::addScript('ocsms', 'script');
\OCP\Util::addStyle('ocsms', 'style');
?>
<div id="app">
<div id="app-mailbox-peers">
<ul>
</ul>
</div>
<div id="app-content">
<div id="app-content-wrapper">
No conversation loaded
</div>
</div>
</div>