1.4.theme.ini
Also from the default theme an important configuration file:
0001 [theme_variables]
0002 0 = LAYOUT_HEADER
0003 1 = LAYOUT_FOOTER
0004 2 = BOTTOM
0005 3 = USERS_LOGIN_BOX
0006 4 = NOTES_REMINDER
0007 5 = CATEGORIES_ADMIN_MENU
0008 6 = SEARCH_SEARCH_BOX
0009 7 = MENU_MENU_1
0010 8 = BREADCRUMB_VIEW
0011
0012 [locked]
0013 ignore = 0,1,3,4,5,6,7,8
0014
0015
0016 ; Persistent style sheet
0017 ; indicated by not having a title
0018 [style_sheet_1]
0019 file = style.css
0020 import = TRUE
0021 media = screen
0022
0023 ; Preferred style sheet
0024 ; indicated by having a title but no alternate indicator
0025 [style_sheet_2]
0026 file = default.css
0027 title = Default Delite
0028
0029 ; Alternate style sheet
0030 ; indicated with title and alternate indicator
0031 [style_sheet_3]
0032 file = blue.css
0033 title = Blue
0034 alternate = true
0035 media = print, screen
0036
0037 [style_sheet_4]
0038 file = print.css
0039 media = print
0040
0041 [extra_styles]
0042 bigfont.css = Big Chief Font
0043 green.css = Emerald City
0044
Is treated later.