Created
July 26, 2017 18:46
-
-
Save severuykhin/81bfe08b14091e9a03673fd71a99da73 to your computer and use it in GitHub Desktop.
phones.php
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
| <?if(isset(Yii::$app->request->cookies['newNumber'])){?> | |
| (8332) <?echo Yii::$app->request->cookies['newNumber'];?> - директор<br> | |
| (8332) <?echo Yii::$app->request->cookies['newNumber'];?> - бухгалтерия<br> | |
| (8332) <?echo Yii::$app->request->cookies['newNumber'];?> - производственный отдел<br> | |
| (8332) 428-000 - услуги спецавтотехники | |
| <?}else{?> | |
| <?= $config['contacts_phone1'] ?><br> | |
| <?= $config['contacts_phone2'] ?><br> | |
| <?= $config['contacts_phone3'] ?><br> | |
| (8332) 428-000 - услуги спецавтотехники | |
| <?}?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment