Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.php « templates - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3d4ecd4a1ec9f1219686e4c764e880a33e70610 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/** @var \OCP\IL10N $l */
/** @var array $_ */

script('spreed', 'talk');

style('spreed', 'merged');
if (($_['user_uid'] ?? '') !== '') {
	\OC::$server->getEventDispatcher()->dispatch('\OCP\Collaboration\Resources::loadAdditionalScripts');
}