forked from leftypol/leftypol
Add SFW overboard and its catalog option
This commit is contained in:
parent
ee8107f775
commit
19acf84cb3
6 changed files with 489 additions and 1 deletions
|
@ -76,6 +76,13 @@
|
|||
'default' => false,
|
||||
'comment' => 'Enable catalog for the Rand theme. This requires the Rand theme to be enabled.'
|
||||
);
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Enable SFW overboard catalog',
|
||||
'name' => 'enable_sfwoverboard',
|
||||
'type' => 'checkbox',
|
||||
'default' => false,
|
||||
'comment' => 'Enable catalog for the sfwoverboard theme. This requires the sfwoverboard theme to be enabled.'
|
||||
);
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Use tooltipster',
|
||||
'name' => 'use_tooltipster',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue