function loadLayout($layout) { $layout_path = T3Path::findLayout($layout); if ($layout_path) { include $layout_path; } }