diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-08-10 13:04:31 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-08-10 13:04:31 +0200 |
commit | 32be4746f8514e06e838b4aa0ee45cb832df1b2c (patch) | |
tree | cfb70d0744ece285a04ea80b8c402c7dc2a54f63 /docs/skeleton/templates/index.php | |
parent | 476ed149653895528e212fdec15ba60c00e7e3f1 (diff) | |
download | nextcloud-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.php | 12 |
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"]; ?> |