summaryrefslogtreecommitdiff
path: root/ajax.php
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-29 15:10:00 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-29 15:10:00 +0000
commited87fe176b920ba32b93c4db6b64d6829303e23d (patch)
tree2e529207e288408105b40c0da8fd54ca6906296e /ajax.php
parenta8b681c00bec7fdfc25382087c6c50cd149926aa (diff)
downloadboards-ed87fe176b920ba32b93c4db6b64d6829303e23d.tar.gz
boards-ed87fe176b920ba32b93c4db6b64d6829303e23d.tar.bz2
boards-ed87fe176b920ba32b93c4db6b64d6829303e23d.zip
Remove previous layout code entirely, provide a categorised view of boards as the default, tidy some of the header options, set flat view as the default for boards, and fix filter box for threads, code tidy up and changed UI to use Topic instead of thread
Diffstat (limited to 'ajax.php')
-rw-r--r--ajax.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ajax.php b/ajax.php
index b04b5fe..2d830d8 100644
--- a/ajax.php
+++ b/ajax.php
@@ -4,8 +4,8 @@
*
* reqs:
* 1 - list all boards
- * 2 - switch lock state on a given thread
- * 3 - switch sticky state on a given thread
+ * 2 - switch lock state on a given topic
+ * 3 - switch sticky state on a given topic
*/
require_once( '../bit_setup_inc.php' );