MDL-33794 assign: fix some incorrect function names
[moodle.git] / theme / upgrade.txt
blob4d18a33411a15870ae8a17487ad5944d288624f3
1 This files describes API changes in /theme/* themes,
2 information provided here is intended especially for theme designer.
5 === 2.3 ===
7 optional changes:
8 * add new u/f3.png image when theme contains customised f1 and f2 default user images
10 === 2.2 ===
12 required changes:
13 * use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN"
14   see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7
15 * upgrade report selectors: search for "-course-report-" and replace with "-report-"