Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
956f7c4b
Commit
956f7c4b
authored
Feb 26, 2014
by
Aaron Wells
Committed by
Gerrit Code Review
Feb 26, 2014
Browse files
Merge "Adding info about theme prefs to default theme (bug 1237013)"
parents
eee21566
f6b7a38c
Changes
8
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/aqua/themeconfig.php
View file @
956f7c4b
...
...
@@ -12,3 +12,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Aqua'
;
$theme
->
parent
=
'raw'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
htdocs/theme/custom/themeconfig.php
View file @
956f7c4b
...
...
@@ -12,3 +12,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Configurable Theme'
;
$theme
->
parent
=
'raw'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
htdocs/theme/default/themeconfig.php
View file @
956f7c4b
...
...
@@ -12,3 +12,14 @@ $theme = new StdClass;
$theme
->
displayname
=
'Default'
;
$theme
->
parent
=
'raw'
;
/**
* The following themeconfig options are available. If you make new themeconfig
* options please add them here and explain what they do.
*/
/* Allow skins to be used on this theme */
$theme
->
skins
=
true
;
/* Limit this theme to certain institutions */
// $theme->institutions = array('institution_a', 'institution_b');
\ No newline at end of file
htdocs/theme/fresh/themeconfig.php
View file @
956f7c4b
...
...
@@ -12,3 +12,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Fresh'
;
$theme
->
parent
=
'raw'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
htdocs/theme/primaryschool/themeconfig.php
View file @
956f7c4b
...
...
@@ -12,3 +12,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Primary School'
;
$theme
->
parent
=
'raw'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
htdocs/theme/raw/themeconfig.php
View file @
956f7c4b
...
...
@@ -12,3 +12,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Raw'
;
$theme
->
formrenderer
=
'table'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
htdocs/theme/sunset/themeconfig.php
View file @
956f7c4b
...
...
@@ -13,3 +13,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Sunset'
;
$theme
->
parent
=
'raw'
;
$theme
->
formrenderer
=
'table'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
htdocs/theme/ultima/themeconfig.php
View file @
956f7c4b
...
...
@@ -13,3 +13,8 @@ $theme = new StdClass;
$theme
->
displayname
=
'Ultima'
;
$theme
->
parent
=
'raw'
;
$theme
->
formrenderer
=
'table'
;
/**
* There are more themeconfig options available. For an explanation of
* all the themeconfig options please look in theme/default/themeconfig.php
*/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment