Убрать кнопку сравнения и избранного

#
Убрать кнопку сравнения и избранного
Добрый вечер. Подскажите как их убрать ( http://awesomescreenshot.com/09922grbc6 )

МагазинКаталогТоваров xsl - всегда ошибка получается.
#
Re: Убрать кнопку сравнения и избранного
Разобрался

<!-- Сравнение товаров
                     <xsl:variable name="shop_item_id" select="@id" />
                     <div class="compare" onclick="return $.addCompare('{/shop/url}', {@id}, this)">
                        <xsl:if test="/shop/comparing/shop_item[@id = $shop_item_id]/node()">
                           <xsl:attribute name="class">compare current</xsl:attribute>
                        </xsl:if>
                     </div>
                      Избранное
                     <div class="favorite" onclick="return $.addFavorite('{/shop/url}', {@id}, this)">
                        <xsl:if test="/shop/favorite/shop_item[@id = $shop_item_id]/node()">
                           <xsl:attribute name="class">favorite favorite_current</xsl:attribute>
                        </xsl:if>
                     </div> -->
#
Re: Убрать кнопку сравнения и избранного
Цитата:
<!-- Сравнение товаров
                     <xsl:variable name="shop_item_id" select="@id" />
                     <div class="compare" onclick="return $.addCompare('{/shop/url}', {@id}, this)">
                        <xsl:if test="/shop/comparing/shop_item[@id = $shop_item_id]/node()">
                           <xsl:attribute name="class">compare current</xsl:attribute>
                        </xsl:if>
                     </div>
                      Избранное
                     <div class="favorite" onclick="return $.addFavorite('{/shop/url}', {@id}, this)">
                        <xsl:if test="/shop/favorite/shop_item[@id = $shop_item_id]/node()">
                           <xsl:attribute name="class">favorite favorite_current</xsl:attribute>
                        </xsl:if>
                     </div> -->

Где же, где это правится?
#
Re: Убрать кнопку сравнения и избранного
Нашла.
Это в xsl-шаблонах
Авторизация