diff --git a/frontend/views/goods/index.php b/frontend/views/goods/index.php index ceb2eac..c1286b2 100644 --- a/frontend/views/goods/index.php +++ b/frontend/views/goods/index.php @@ -96,9 +96,9 @@ $this->params['breadcrumbs'][] = $this->title; Номер детали Описание - link('box')?> - link('delivery')?> - link('price')?> + link('box')?> + link('delivery')?> + link('price')?> params['breadcrumbs'][] = $this->title; $('.tovar_card').toggleClass('tovar_card_visible'); $('.table').toggleClass('table_height'); }); + $('.link_sort').click(function(){ + event.preventDefault(); + $(this).toggleClass('arrow_downA'); + + })