Manage boards

This commit is contained in:
Savetheinternet 2011-02-22 17:38:38 +11:00
parent 23f67abb0e
commit a1f300cc8f
4 changed files with 104 additions and 0 deletions

View file

@ -112,6 +112,8 @@
'</a> - ' .
$b['title'] .
(isset($b['subtitle']) ? '<span class="unimportant"> — ' . $b['subtitle'] . '</span>' : '') .
($mod['type'] >= $config['mod']['manageboards'] ?
' <a href="?/board/' . $b['uri'] . '" class="unimportant">[manage]</a>' : '') .
'</li>';
}