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
6f19950e
Commit
6f19950e
authored
Nov 02, 2006
by
Martyn Smith
Committed by
Martyn Smith
Nov 02, 2006
Browse files
Merge branch 'master' of
git+ssh://locke.catalyst.net.nz/var/git/mahara
parents
6afde41b
727ed033
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
6f19950e
...
...
@@ -510,6 +510,14 @@ function safe_require($plugintype, $pluginname, $filename='lib.php', $function='
}
/**
* Returns the list of site content pages
* @return array of names
*/
function
site_content_pages
()
{
return
array
(
'about'
,
'home'
,
'loggedouthome'
,
'privacy'
,
'termsandconditions'
,
'uploadcopyright'
);
}
/**
* This function returns the list of plugintypes we currently care about
* @return array of names
...
...
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