From bc78a6b28a6414304b1c35928d5653bd9b06680e Mon Sep 17 00:00:00 2001 From: Michael Save Date: Tue, 14 Feb 2012 21:28:18 +1100 Subject: [PATCH] categories theme v0.3 --- inc/config.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/inc/config.php b/inc/config.php index ce7be4ad..837b5467 100644 --- a/inc/config.php +++ b/inc/config.php @@ -504,14 +504,19 @@ //); // Categories - // Required for the Categories theme. Array of the names of board groups in order, from $config['boards']. - //$config['categories'] = Array('groupname', 'name', 'anothername', 'kangaroos'); + // Required for the Categories theme. + //$config['categories'] = Array( + // 'Group Name' => Array('a', 'b', 'c'), + // 'Another Group' => Array('d') + //); // Custom_categories // Optional for the Categories theme. Array of name => (title, url) groups for categories with non-board links. - //$config['custom_categories'] = Array( 'Links' => - // Array('Tinyboard' => 'http://tinyboard.org', - // 'AnotherName' => 'url') + //$config['custom_categories'] = Array( + // 'Links' => Array( + // 'Tinyboard' => 'http://tinyboard.org', + // 'Donate' => 'donate.html' + // ) //); // Automatically remove unnecessary whitespace when compiling HTML files from templates.