NV
Asked
I would like to build a custom theme for my site. How can I declare it so that I can choose it in System Settings? Thank you.
- NVAnsweredSorry, I found the instruction for doing custom theme in the including document. Thank you.
- NVAnsweredAs instruction in the document, which file I need to add these codes:
$themes = array(
'default' => 'Default',
'mytheme' => 'My Modified View Files'
);
Thank you. - MSAnsweredHello,
Settings view file is `themes/default/admin/views/settings/index.php`
Thank you - NVAnsweredThank you so much
- Login to Reply