added a comment in config.php

This commit is contained in:
Savetheinternet 2011-02-19 20:17:48 +11:00
parent c5aa3fdcc1
commit fd6f4fb81f

View File

@ -357,4 +357,14 @@
// Always act as if they had typed "noko" in the email field no mattter what
$config['always_noko'] = false;
// Boardlinks
// You can group, order and place the boardlist at the top of every page, using the following template.
//$config['boards'] = Array(
// Array('a', 'b'),
// Array('c', 'd', 'e', 'f', 'g'),
// Array('h', 'i', 'j'),
// Array('k', Array('l', 'm'))
//);
?>