mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() Also, part of the change from weblib.php functions to $OUTPUT-> methods. This is part of http://docs.moodle.org/en/Development:Theme_engines_for_Moodle%3F This is a big change, and the result is not perfect yet. Expect some debugging output on some pages. The main part of these changes are that $OUTPUT->header now looks for a file in the theme called layout.php, rather than header.html and footer.html. Also you can have special templates for certain pages like layout-home.php. There is fallback code for Moodle 1.9 themes, so they still work. A few of the old arguments to print_header are no longer supported. (You get an exception if you try to use them.) Sam H will be cleaning those up. All the weblib functions that have been replaced with $OUTPUT-> have version in deprecatedlib, so existing code will go on working for the foreseeable future. |
||
---|---|---|
.. | ||
simpletest | ||
adodb_moodle_database.php | ||
adodb_moodle_recordset.php | ||
database_column_info.php | ||
moodle_database.php | ||
moodle_recordset.php | ||
mssql_adodb_moodle_database.php | ||
mssql_n_adodb_moodle_database.php | ||
mysql_adodb_moodle_database.php | ||
mysqli_adodb_moodle_database.php | ||
mysqli_native_moodle_database.php | ||
mysqli_native_moodle_recordset.php | ||
oci8po_adodb_moodle_database.php | ||
oci8po_adodb_moodle_recordset.php | ||
oci_native_moodle_database.php | ||
oci_native_moodle_recordset.php | ||
odbc_mssql_adodb_moodle_database.php | ||
pdo_moodle_database.php | ||
pdo_moodle_recordset.php | ||
pgsql_native_moodle_database.php | ||
pgsql_native_moodle_recordset.php | ||
postgres7_adodb_moodle_database.php | ||
sqlite3_pdo_moodle_database.php |