aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCamil Staps2015-03-19 22:32:18 +0100
committerCamil Staps2015-03-19 22:32:18 +0100
commita256f7bf12a4c65cbb7ce4551c7858454976ff3c (patch)
treeff9769ea09fea013855ff19aa17b895d65a62471 /index.php
parentCollapse menu (diff)
Collapsing is remembered during a session
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 16f3274..87c73c1 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,8 @@ $pages = array(
'/assignments' => './include/assignments.php',
'/assignments/new' => './include/assignments-new.php',
'/assignments/edit' => './include/assignments-edit.php',
- '/about' => './include/about.php'
+ '/about' => './include/about.php',
+ '/ajax/collapse' => './include/ajax-collapse.php'
);
$_page = null;