template.'/XTC/XTC.php'; // Load template parameters $templateParameters = xtcLoadParams(); // Get the selected layout $layout = $templateParameters->templateLayout; // Call layout from layouts folder to create HTML require JPATH_THEMES.'/'.$this->template.'/layouts/'.$layout.'/layout.php';