Brands Scroller Text Instead Of Image

How to show brand title text instead of picture in block scroller

design/themes/THEME/templates/blocks/our_brands.tpl

replace

            {include file="common/image.tpl" assign="object_img" class="ty-grayscale" image_width=$block.properties.thumbnail_width image_height=$block.properties.thumbnail_width images=$brand.image_pair no_ids=true lazy_load=true obj_id="scr_`$block.block_id`000`$brand.variant_id`"}
            

with

                          
              {$brand.variant}
              

(!) Not tested

Hmm does not seem to work

Used such code and it works nicely


Thanks for help