Commit 1d497eeaf5336c2c7043a3f39cf5637e6a7b58f7
1 parent
9f115bdf
ашкые
Showing
5 changed files
with
6 additions
and
0 deletions
Show diff stats
.gitignore
protected/views/service/category.php
| @@ -27,6 +27,7 @@ | @@ -27,6 +27,7 @@ | ||
| 27 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; | 27 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; |
| 28 | } | 28 | } |
| 29 | } | 29 | } |
| 30 | + echo '<li>', CHtml::link('Расчет стоимости ТО', '/stoFilter'), '</li>'; | ||
| 30 | ?> | 31 | ?> |
| 31 | </ul> | 32 | </ul> |
| 32 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> | 33 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> |
protected/views/service/center.php
| @@ -16,6 +16,7 @@ | @@ -16,6 +16,7 @@ | ||
| 16 | foreach ($this->getServiceCategories() as $category) { | 16 | foreach ($this->getServiceCategories() as $category) { |
| 17 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; | 17 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; |
| 18 | } | 18 | } |
| 19 | + echo '<li>', CHtml::link('Расчет стоимости ТО', '/stoFilter'), '</li>'; | ||
| 19 | ?> | 20 | ?> |
| 20 | </ul> | 21 | </ul> |
| 21 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> | 22 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> |
protected/views/service/index.php
| @@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
| 17 | foreach ($this->getServiceCategories() as $category) { | 17 | foreach ($this->getServiceCategories() as $category) { |
| 18 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; | 18 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; |
| 19 | } | 19 | } |
| 20 | + echo '<li>', CHtml::link('Расчет стоимости ТО', '/stoFilter'), '</li>'; | ||
| 20 | ?> | 21 | ?> |
| 21 | </ul> | 22 | </ul> |
| 22 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> | 23 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> |
protected/views/service/view.php
| @@ -29,7 +29,9 @@ | @@ -29,7 +29,9 @@ | ||
| 29 | } else { | 29 | } else { |
| 30 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; | 30 | echo '<li>', CHtml::link($category->i18n->name, array('service/category', 'category' => $category->link)), '</li>'; |
| 31 | } | 31 | } |
| 32 | + | ||
| 32 | } | 33 | } |
| 34 | + echo '<li>', CHtml::link('Расчет стоимости ТО', '/stoFilter'), '</li>'; | ||
| 33 | ?> | 35 | ?> |
| 34 | </ul> | 36 | </ul> |
| 35 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> | 37 | <p class="section-title"><?php echo Yii::t('site', 'Сервис-центры')?></p> |