Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ae095
)
MDL-28929 document themes api changes
author
Petr Skoda
<commits@skodak.org>
Wed, 24 Aug 2011 13:11:25 +0000
(15:11 +0200)
committer
Petr Skoda
<commits@skodak.org>
Wed, 24 Aug 2011 13:11:25 +0000
(15:11 +0200)
theme/upgrade.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/theme/upgrade.txt
b/theme/upgrade.txt
new file mode 100644
(file)
index 0000000..
6af6cff
--- /dev/null
+++ b/
theme/upgrade.txt
@@ -0,0
+1,8
@@
+This files describes API changes in /theme/* themes,
+information provided here is intended especially for theme designer.
+
+=== 2.2 ===
+
+required changes:
+* use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN"
+ see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7
\ No newline at end of file