summaryrefslogtreecommitdiffstats
path: root/docs/skeleton/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'docs/skeleton/templates/index.php')
-rw-r--r--docs/skeleton/templates/index.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/skeleton/templates/index.php b/docs/skeleton/templates/index.php
new file mode 100644
index 00000000000..fb0544e76ed
--- /dev/null
+++ b/docs/skeleton/templates/index.php
@@ -0,0 +1,12 @@
+<?php
+/*
+ * Template for files
+ */
+?>
+<h1>Skeleton</h1>
+
+<?php foreach($_["array"] as $item): ?>
+ <p><?php echo $item; ?></p>
+<?php endforeach; ?>
+
+<?php echo $_["anothervar"]; ?>