Skip to content

Instantly share code, notes, and snippets.

@lazydaisy
Created December 11, 2015 23:35
Show Gist options
  • Select an option

  • Save lazydaisy/d10dea3044ae25864bf0 to your computer and use it in GitHub Desktop.

Select an option

Save lazydaisy/d10dea3044ae25864bf0 to your computer and use it in GitHub Desktop.
Custom logo
if (!empty($page->theme->settings->logo)) {
$return->heading = html_writer::link($CFG->wwwroot, '', array('title' => get_string('home'), 'class' => 'logo'));
$return->heading .= $output->page_heading();
} else {
$return->heading = $output->page_heading();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment