layerinfo "type" = "layout"; layerinfo "name" = "Basic Boxes"; layerinfo redist_uniq = "basicboxes/layout"; layerinfo author_name = "branchandroot"; layerinfo lang = "en"; set layout_type = "three-columns-sides"; set layout_authors = [ { "name" => "branchandroot", "type" => "user" } ]; set userpics_position = "right"; ##=============================== ## Colors ##=============================== propgroup colors_child { property use color_page_details_text; property use color_header_link; property use color_header_link_active; property use color_header_link_hover; property use color_header_link_visited; } set color_page_details_text = "#999"; ##=============================== ## Fonts ##=============================== set font_journal_title = "'Book Antiqua', Palatino, 'Times New Roman', serif"; set font_journal_subtitle = "'Book Antiqua', Palatino, 'Times New Roman', serif"; ##=============================== ## Navigation Module ##=============================== property string module_navlinks_section_override { values = "none|(none)|header|Header|one|Main Module Section|two|Secondary Module Section"; grouped = 1; } set grouped_property_override = { "module_navlinks_section" => "module_navlinks_section_override" }; set module_navlinks_section = "header"; ##=============================== ##Layout ##=============================== function Page::print() { """\n\n
\n"""; $this->print_meta_tags(); $this->print_head(); $this->print_stylesheets(); $this->print_head_title(); """"""; $this->print_wrapper_start(); $this->print_control_strip(); """