Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Hard-coded Variables.

Hard-coded Variables: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
Line 1: Line 1:
'''FRONTPAGECOURSELIMIT'''


'''FRONTPAGECOURSELIMIT'''
If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for.  This is controlled by the FRONTPAGECOURSELIMIT setting in /course/lib.php.
If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for.  This is controlled by the FRONTPAGECOURSELIMIT setting in /course/lib.php.

Latest revision as of 18:39, 3 November 2006

FRONTPAGECOURSELIMIT

If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for. This is controlled by the FRONTPAGECOURSELIMIT setting in /course/lib.php.