Add catalog support to all of rand, semi,rand and ukko themes

This commit is contained in:
Benjamin Southall 2016-09-23 22:38:24 +09:00
parent 8b5688e12a
commit 31b69902bb
6 changed files with 64 additions and 2 deletions

View file

@ -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',