1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_opds: v0.7

- compatible with Nextcloud (up to version 12)
	- new logo
This commit is contained in:
frankdelange 2017-01-09 15:37:24 +01:00
parent 9cd5aa9427
commit 60628eef38
11 changed files with 127 additions and 42 deletions

View file

@ -12,7 +12,7 @@ namespace OCA\Files_Opds;
use OCP\Util;
$l = new \OC_L10N('files_opds');
$l = \OC::$server->getL10N('files_opds');
\OCP\Util::addScript('files_opds', 'personal');