mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 17:54:29 +01:00
categories theme v0.3
This commit is contained in:
parent
9f79cb6805
commit
2675372ac0
@ -504,14 +504,19 @@
|
|||||||
//);
|
//);
|
||||||
|
|
||||||
// Categories
|
// Categories
|
||||||
// Required for the Categories theme. Array of the names of board groups in order, from $config['boards'].
|
// Required for the Categories theme.
|
||||||
//$config['categories'] = Array('groupname', 'name', 'anothername', 'kangaroos');
|
//$config['categories'] = Array(
|
||||||
|
// 'Group Name' => Array('a', 'b', 'c'),
|
||||||
|
// 'Another Group' => Array('d')
|
||||||
|
//);
|
||||||
|
|
||||||
// Custom_categories
|
// Custom_categories
|
||||||
// Optional for the Categories theme. Array of name => (title, url) groups for categories with non-board links.
|
// Optional for the Categories theme. Array of name => (title, url) groups for categories with non-board links.
|
||||||
//$config['custom_categories'] = Array( 'Links' =>
|
//$config['custom_categories'] = Array(
|
||||||
// Array('Tinyboard' => 'http://tinyboard.org',
|
// 'Links' => Array(
|
||||||
// 'AnotherName' => 'url')
|
// 'Tinyboard' => 'http://tinyboard.org',
|
||||||
|
// 'Donate' => 'donate.html'
|
||||||
|
// )
|
||||||
//);
|
//);
|
||||||
|
|
||||||
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
|
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
|
||||||
|
Loading…
Reference in New Issue
Block a user