diff options
author | Camil Staps | 2015-03-19 22:32:18 +0100 |
---|---|---|
committer | Camil Staps | 2015-03-19 22:32:18 +0100 |
commit | a256f7bf12a4c65cbb7ce4551c7858454976ff3c (patch) | |
tree | ff9769ea09fea013855ff19aa17b895d65a62471 /index.php | |
parent | Collapse menu (diff) |
Collapsing is remembered during a session
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |