From 6bd0b38a2128deb8f82dabcaf298a291233c5a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Tr=C3=A4ger?= Date: Mon, 9 Mar 2015 23:30:06 +0100 Subject: initial from old_menu v1.2.1 --- appinfo/app.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 appinfo/app.php (limited to 'appinfo/app.php') diff --git a/appinfo/app.php b/appinfo/app.php new file mode 100644 index 0000000..51a9dff --- /dev/null +++ b/appinfo/app.php @@ -0,0 +1,33 @@ + +* +* @license GNU Affero General Public license (AGPL) +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE +* License as published by the Free Software Foundation; either +* version 3 of the license, or any later version. +* +* This library is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU AFFERO GENERAL PUBLIC LICENSE for more details. +* +* You should have received a copy of the GNU Affero General Public +* License along with this library. +* If not, see . +* +*/ + +/** + * @file appinfo/app.php + + * @author SpF + */ + +OCP\Util::addStyle ( 'old_menu', 'old_menu' ); + +?> -- cgit v1.2.3