forked from leftypol/leftypol
start on mod interface rewrite
This commit is contained in:
parent
51675e7a9b
commit
9649550463
11 changed files with 3724 additions and 3411 deletions
|
@ -277,10 +277,13 @@ function setupBoard($array) {
|
|||
|
||||
$board = array(
|
||||
'uri' => $array['uri'],
|
||||
'name' => $array['title'],
|
||||
'title' => $array['subtitle']
|
||||
'title' => $array['title'],
|
||||
'subtitle' => $array['subtitle']
|
||||
);
|
||||
|
||||
// older versions
|
||||
$board['name'] = &$board['title'];
|
||||
|
||||
$board['dir'] = sprintf($config['board_path'], $board['uri']);
|
||||
$board['url'] = sprintf($config['board_abbreviation'], $board['uri']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue