add(new DivLayout("menu", 150, SZ_MIN_EXPANDING)); $menu->add(new DivLayout("menu_tools", 150, 50)); // this is the middle part of our page, also the biggest since it is expanding horizontally and vertically $menu_and_content=new HorizontalLayout(SZ_MIN_EXPANDING, SZ_MIN_EXPANDING); $menu_and_content->add($menu); $menu_and_content->add(new DivLayout("content", SZ_MIN_EXPANDING, SZ_MIN_EXPANDING)); // the copyright is defined as the banner $copyright=new DivLayout("copyright", SZ_MIN_EXPANDING, SZ_MIN); // finally group the banner, the main content and the copyright together $all=new VerticalLayout(SZ_MIN_EXPANDING, SZ_MIN_EXPANDING); $all->add($banner); $all->add($menu_and_content); $all->add($copyright); $page=new PageLayout("my_page", $all); ?> Pierrox.net - Diable - example 06, a concrete example
Put some content here...
blablabla.