logo w klasie brand

Odp: logo w klasie brand

Napisane przez: Przemyslaw Stencel ()
Liczba odpowiedzi: 0

W starszych wersjach można zapewne (nie sprawdzałem tego eksperymentalnie) wymusić wyświetlanie logo na wszystkich stronach modyfikując plik theme/clean/classes/core_renderer.php


        // Only render the logo if we're on the front page or login page

        // and the theme has a logo.

        if ($headinglevel == 1 && !empty($this->page->theme->settings->logo)) {

            if ($PAGE->pagelayout == 'frontpage' || $PAGE->pagelayout == 'login') {

                return true;

            }

        }