summaryrefslogtreecommitdiffstats
path: root/templates/index.php
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');
}