forked from leftypol/leftypol
Add catalog support to all of rand, semi,rand and ukko themes
This commit is contained in:
parent
8b5688e12a
commit
31b69902bb
6 changed files with 64 additions and 2 deletions
|
@ -46,6 +46,13 @@
|
|||
'comment' => 'Enable catalog for the Ukko theme. This requires the Ukko theme to be enabled.'
|
||||
);
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Enable Rand catalog',
|
||||
'name' => 'enable_rand',
|
||||
'type' => 'checkbox',
|
||||
'default' => false,
|
||||
'comment' => 'Enable catalog for the Rand theme. This requires the Rand theme to be enabled.'
|
||||
);
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'Use tooltipster',
|
||||
'name' => 'use_tooltipster',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue