Add ukko4 theme to catalog theme

This commit is contained in:
Benjamin Southall 2017-09-03 22:34:58 +09:00
parent b2ea634e15
commit b316476684
2 changed files with 52 additions and 0 deletions

View file

@ -61,6 +61,13 @@
'default' => false,
'comment' => 'Enable catalog for the Ukko theme. This requires the Ukko3 theme to be enabled.'
);
$theme['config'][] = Array(
'title' => 'Enable Ukko4 catalog',
'name' => 'enable_ukko4',
'type' => 'checkbox',
'default' => false,
'comment' => 'Enable catalog for the Ukko theme. This requires the Ukko4 theme to be enabled.'
);
$theme['config'][] = Array(
'title' => 'Enable Rand catalog',