This commit is contained in:
Savetheinternet 2010-11-30 19:12:35 +11:00
parent cd999b41f9
commit 27cc4af33a
3 changed files with 13 additions and 6 deletions

View file

@ -8,10 +8,13 @@
require 'inc/config.php';
require 'inc/user.php';
// For example, we're on /b/
$board = Array(
'url' => '/b/',
'id' => 1,
'uri' => 'b',
'name' => 'Beta',
'title' => 'In development.');
$board['url'] = sprintf(BOARD_ABBREVIATION, $board['uri']);
$body = '';