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 +++++++++++++++++++++++++++++++++ appinfo/info.xml | 13 +++++++++++++ appinfo/version | 1 + 3 files changed, 47 insertions(+) create mode 100644 appinfo/app.php create mode 100644 appinfo/info.xml create mode 100644 appinfo/version (limited to 'appinfo') 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' ); + +?> diff --git a/appinfo/info.xml b/appinfo/info.xml new file mode 100644 index 0000000..b5907b0 --- /dev/null +++ b/appinfo/info.xml @@ -0,0 +1,13 @@ + + + + old_menu + Old Menu + Back to the old menu. + 1 + AGPL + SpF + 7 + + + diff --git a/appinfo/version b/appinfo/version new file mode 100644 index 0000000..6085e94 --- /dev/null +++ b/appinfo/version @@ -0,0 +1 @@ +1.2.1 -- cgit v1.2.3