Question: Custom Theme Declaration

Custom Theme Declaration

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.

NV

Nguyen Khoa Hoang Vu

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.
  • NV

    Nguyen Khoa Hoang Vu

    Answered
    Sorry, I found the instruction for doing custom theme in the including document. Thank you.
  • NV

    Nguyen Khoa Hoang Vu

    Answered
    As instruction in the document, which file I need to add these codes:

    $themes = array(
    'default' => 'Default',
    'mytheme' => 'My Modified View Files'
    );

    Thank you.
  • MS

    Mian Saleem

    Answered
    Hello,

    Settings view file is `themes/default/admin/views/settings/index.php`

    Thank you
  • NV

    Nguyen Khoa Hoang Vu

    Answered
    Thank you so much
  • Login to Reply