set_global('item', $item); $template->set_global('children', $item->children()); $template->set_global('parents', $item->parents()); $template->set_global('theme', $theme); $template->content = new View("photo.html"); print $template->render(); } }