get_string('theme', 'default'); $data_href = get_base_href(); $contact_link = $config->get_string('contact_link'); $header_html = ""; foreach($page->headers as $line) { $header_html .= "\t\t$line\n"; } $left_block_html = ""; $main_block_html = ""; $head_block_html = ""; foreach($page->blocks as $block) { switch($block->section) { case "left": $left_block_html .= $this->block_to_html($block, true, "left"); break; case "head": $head_block_html .= "
error: {$block->header} using an unknown section ({$block->section})";
break;
}
}
$debug = get_debug_info();
$contact = empty($contact_link) ? "" : "
Contact";
$subheading = empty($page->subheading) ? "" : "
{$page->heading}[Navigation links go here] |
$head_block_html