-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
17 lines (9 loc) · 857 Bytes
/
Copy pathREADME.txt
File metadata and controls
17 lines (9 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Add the spacelab folder to your mahara as below. It is required for the theme to fully function as a responsive theme. Everything else goes into htdocs/theme/cyborg
htdocs/js/spacelab
To change logo:
Replace site-logo.png in htdocs/theme/cyborg/static/images
To activate extra menu:
in htdocs/theme/cyborg/templates/header/topmenu.tpl, Uncomment (remove) the '<!--' in line 18 and the '-->' in line 51. This will display a menu in top left corner next to the logo. Now edit the HTML in topmenu.tpl to build your menu.
To remove 'Team Work' button:
in htdocs/theme/cyborg/templates/header/navigation.tpl, on line 38 remove '<button onclick="TogetherJS(this); return false;" style="float: right;">Team Work</button>'
in htdocs/theme/cyborg/templates/header/head.tpl, on line 4, remove '<script src="https://togetherjs.com/togetherjs-min.js"></script>'