Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-01-28 20:24:49 +0300
committerdartcafe <github@dartcafe.de>2019-01-28 20:24:49 +0300
commit1efeaa0c5e67ba9495f591cd27b41e08fc34d849 (patch)
tree8668feb574df9aa1cc6dcbc0c8fd2e9268dd406e /templates
parent9352b93dd7452f71756cf04e5f1199570e4f669a (diff)
fix build
grey icons
Diffstat (limited to 'templates')
-rw-r--r--templates/create.tmpl.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/create.tmpl.php b/templates/create.tmpl.php
deleted file mode 100644
index b60a2428..00000000
--- a/templates/create.tmpl.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
- /**
- * @copyright Copyright (c) 2017 Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @author Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- * @author René Gieling <github@dartcafe.de>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program 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 program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-?>
-
-<div id="app-polls"></div>
-<?php \OCP\Util::addScript('polls', 'polls'); ?>