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: b3949fe93c8915a3eb6cc800eecc0847f352c7de (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

/** @var \OCP\IL10N $l */
/** @var array $_ */

script('spreed', 'talk');

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