diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-07-29 15:10:00 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-07-29 15:10:00 +0000 |
| commit | ed87fe176b920ba32b93c4db6b64d6829303e23d (patch) | |
| tree | 2e529207e288408105b40c0da8fd54ca6906296e /ajax.php | |
| parent | a8b681c00bec7fdfc25382087c6c50cd149926aa (diff) | |
| download | boards-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
