Skip to content

Instantly share code, notes, and snippets.

@nyphalim
Created July 20, 2016 07:43
Show Gist options
  • Select an option

  • Save nyphalim/f257def1ade8ff6dc8855fa925b599d8 to your computer and use it in GitHub Desktop.

Select an option

Save nyphalim/f257def1ade8ff6dc8855fa925b599d8 to your computer and use it in GitHub Desktop.
variable.set
<?$APPLICATION->IncludeComponent(
"nyphalim:variable.set",
"footer-info",
array(
"COMPONENT_TEMPLATE" => "footer-info",
"var1" => "ООО «Джей Джи Си Эвергрин»",
"var2" => "680000, Хабаровский край, г. Хабаровск, Донская, 2",
"var3" => "Тел. 8 (4212) 39-01-49",
"var4" => "ok@j-eve.ru"
),
false
);?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment