-
Notifications
You must be signed in to change notification settings - Fork 0
/
udem_islandscholar.info
40 lines (35 loc) · 1.17 KB
/
udem_islandscholar.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = udem_islandscholar
description = custom islandscholar theme for University de Moncton.
base theme = omega
screenshot = screenshot.png
engine = phptemplate
core = 7.x
; ========================================
; Stylesheets
; ========================================
stylesheets[all][] = dist/assets/css/app.css
; ========================================
; Scripts
; ========================================
scripts[] = dist/assets/js/app.js
scripts[] = test.js
; ========================================
; FOAD
; ========================================
stylesheets[all][] = system.menus.theme.css
stylesheets[all][] = system.theme.css
stylesheets[all][] = system.messages.theme.css
stylesheets[all][] = islandora.theme.css
; ========================================
; Regions
; ========================================
regions[pre-header] = Preheader
regions[header] = Header
regions[highlighted] = Highlighted
regions[help] = Help
regions[content] = Content
regions[sidebar] = Sidebar
regions[above-footer] = Above Footer
regions[footer] = Footer
regions[offCanvas] = Off Canvas
; Custom theme by Rob Drew ([email protected])