Skip to content

Instantly share code, notes, and snippets.

@gartes
Created July 27, 2018 20:08
Show Gist options
  • Select an option

  • Save gartes/22ff335a190d87fa27a4e2a3b601607e to your computer and use it in GitHub Desktop.

Select an option

Save gartes/22ff335a190d87fa27a4e2a3b601607e to your computer and use it in GitHub Desktop.
JLayoutFile
$basePath = VMPATH_MY_PLUGIN_GLAVPUNKT . DS . 'layouts' ;
$data = array('name' => 'Dmitry');
$layout = new JLayoutFile('glavpunkt.sspb', $basePath);
$html = $layout->render($data); // $displayData
// Добавить путь для поиска слоев
JLayoutFile::addIncludePath(YJSGPATH .'includes/html/layouts'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment