1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-18 08:24:08 +00:00
Mowie/apps/Files/config.php

11 lines
427 B
PHP
Executable File

<?php
$GLOBALS['lang']->set('Dateiverwaltung', 'files_title', 'de');
$GLOBALS['lang']->set('Manage Files', 'files_title', 'en');
$_CONF['app_name'] = 'Files';
$_CONF['app_desc'] = 'Ein Modul zum Anzeigen & Uploaden von Dateien';
$_CONF['menu_top'] = '<i class="fa fa-folder"></i> '.$GLOBALS['lang']->get('files_title');
$_CONF['menu'] = ['menu_top' => 'index.php'];
$_CONF['type'] = 'none';
$_CONF['css'] = ['css/files.css'];