Browse Source

...

pull/40/head
Savetheinternet 13 years ago
parent
commit
86bbe132a9
  1. 2
      inc/display.php

2
inc/display.php

@ -36,7 +36,7 @@
if(($key = array_search($board, $list)) && gettype($key) == 'string') {
$body .= ' <a href="' . $board . '">' . $key . '</a> /';
} else {
$body .= ' <a rel="directory" href="' . $root . $board . '/' . $config['file_index'] . '">' . $board . '</a> /';
$body .= ' <a href="' . $root . $board . '/' . $config['file_index'] . '">' . $board . '</a> /';
}
}
}

Loading…
Cancel
Save