Created
July 20, 2016 07:43
-
-
Save nyphalim/f257def1ade8ff6dc8855fa925b599d8 to your computer and use it in GitHub Desktop.
variable.set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?$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