Skip to content

Instantly share code, notes, and snippets.

@freewayspb
Created April 26, 2015 14:42
Show Gist options
  • Save freewayspb/919df99d432ae169367b to your computer and use it in GitHub Desktop.
Save freewayspb/919df99d432ae169367b to your computer and use it in GitHub Desktop.
hostcms - вывод в шаблон статического материала
<?php
$Form_Controller_Show = new Form_Controller_Show(Core_Entity::factory('Form', 2));
$Form_Controller_Show
->xsl(Core_Entity::factory('Xsl')
->getByName('ОтобразитьФорму')) //шаблон xsl
->show(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment