breadcrumb bar and themes of html/multipage resources

breadcrumb bar and themes of html/multipage resources

by Paolo Oprandi -
Number of replies: 0
For each category of course I use a different theme. In order to do this I include the following code example in lib/weblib.php:

if ($course->category == 8) {
$CFG->theme = "biology";
include ("$CFG->dirroot/theme/$CFG->theme/config.php")
}
include ("$CFG->dirroot/theme/$CFG->theme/header.html");

When adding an html resource (or multpage) I have to reinsert this code into mod/resource/type/html/resource.class.php

This works okay. But what I can't get top work from html resources is the breadcrumb bar.

Has anyone any ideas?

Thanks a lot,
Paolo
Average of ratings: -