Anomaly does this successfully. I recommend having a look at the footer.html and styles.css in that theme to learn how it can be accomplished.
http://moodle.org/mod/data/view.php?d=26&rid=2085
Patrick Malley
Posts made by Patrick Malley
I'm going to assume that you modified this theme yourself, or that you have contact information with the person who did the modifications for you ...
(Almost) Every page in Moodle has it's own body ID and class. If my memory serves me right, the quiz id looks something like:
body#mod-quiz-view {}
You can add your styles for a specific module using this body class first.
(Almost) Every page in Moodle has it's own body ID and class. If my memory serves me right, the quiz id looks something like:
body#mod-quiz-view {}
You can add your styles for a specific module using this body class first.
Hello Fritz,
This is Anomaly - a free theme to be included in the Moodle core.
Is this the standard Moodle wiki module?
This is Anomaly - a free theme to be included in the Moodle core.
Is this the standard Moodle wiki module?
Two thoughts:
1.) Wouldn't it be pagelayout.php and not pagelayout.html?
2.) pagelayout.php is not very nice. Why not just layout.php or page.php?
1.) Wouldn't it be pagelayout.php and not pagelayout.html?
2.) pagelayout.php is not very nice. Why not just layout.php or page.php?