forked from leftypol/leftypol
Adds limit to overboard catalog
This commit is contained in:
parent
5eea6c4ac7
commit
2d1a712a20
2 changed files with 14 additions and 4 deletions
|
@ -97,6 +97,13 @@
|
|||
'default' => 'overboard',
|
||||
'comment' => 'Fill in the location of the overboard directory. Default is \'overboard\' which corresponds to ./overboard'
|
||||
);
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Max posts in catalog overboard',
|
||||
'name' => 'overboard_limit',
|
||||
'type' => 'text',
|
||||
'default' => '350',
|
||||
'comment' => 'The maximum number of thread that will appear in the overboard catalog'
|
||||
);
|
||||
|
||||
// Unique function name for building everything
|
||||
$theme['build_function'] = 'catalog_build';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue