aboutsummaryrefslogtreecommitdiffstats
path: root/docs/skeleton/templates/index.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-08-10 13:04:31 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-08-10 13:04:31 +0200
commit32be4746f8514e06e838b4aa0ee45cb832df1b2c (patch)
treecfb70d0744ece285a04ea80b8c402c7dc2a54f63 /docs/skeleton/templates/index.php
parent476ed149653895528e212fdec15ba60c00e7e3f1 (diff)
downloadnextcloud-server-32be4746f8514e06e838b4aa0ee45cb832df1b2c.tar.gz
nextcloud-server-32be4746f8514e06e838b4aa0ee45cb832df1b2c.zip
remove outdated stuff
Diffstat (limited to 'docs/skeleton/templates/index.php')
-rw-r--r--docs/skeleton/templates/index.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/skeleton/templates/index.php b/docs/skeleton/templates/index.php
deleted file mode 100644
index fb0544e76ed..00000000000
--- a/docs/skeleton/templates/index.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/*
- * Template for files
- */
-?>
-<h1>Skeleton</h1>
-
-<?php foreach($_["array"] as $item): ?>
- <p><?php echo $item; ?></p>
-<?php endforeach; ?>
-
-<?php echo $_["anothervar"]; ?>