summaryrefslogtreecommitdiffstats
path: root/templates/settings/admin/commands.php
blob: 0b4814a98989fa97b34f19a5bc0c4fd49d2916a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
script('spreed', ['admin/commands']);
style('spreed', ['settings-admin']);
?>

<div class="videocalls section" id="chat_commands">
	<h2><?php p($l->t('Commands')) ?></h2>
	<p class="settings-hint"><?php p($l->t('Specify commands the users can use in chats')); ?></p>

	<div class="commands">
	</div>
</div>