Blame view
sources/apps/xmpp/manageRoster.php
184 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 |
<?php
OCP\App::setActiveNavigationEntry("xmpp_roster");
OCP\Util::addScript('xmpp', 'manageRoster');
$tmpl = new OCP\Template("xmpp", "manageRoster", 'user');
$tmpl->printpage();
?>
|