diff options
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"]; ?> |