aboutsummaryrefslogtreecommitdiff
path: root/documentation/theming/preview/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/theming/preview/index.php')
-rw-r--r--documentation/theming/preview/index.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/theming/preview/index.php b/documentation/theming/preview/index.php
new file mode 100644
index 000000000..ce71d28df
--- /dev/null
+++ b/documentation/theming/preview/index.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Main index page
+ */
+
+include dirname(__FILE__) . '/head.php';
+
+?>
+<body>
+ <div class="elgg-page mal">
+ <h1 class="mbl"><a href="index.php">Index</a></h1>
+ <ul class="mtl">
+ <li><a href="general.php">General CSS</a></li>
+ <li><a href="nav.php">Navigation CSS</a></li>
+ <li><a href="forms.php">Form CSS</a></li>
+ <li><a href="objects.php">Lists, modules, image blocks CSS</a></li>
+ <li><a href="grid.php">Grid CSS</a></li>
+ <li><a href="widgets.php">Widgets CSS</a></li>
+ <li><a href="icons.php">Icons CSS</a></li>
+ </ul>
+ </div>
+</body>
+</html> \ No newline at end of file