Jump to content

Edit History

letrof

letrof


wrong topic

-

letrof

letrof

Hi,
Thank you for this great module!

I would like to change the home icon to my webpage name so I edited:

<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
		<a class="home" itemprop="item" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}"
        	 title="{l s='Return to Home' mod='gmbreadcrumb'}">
         <i class="icon-home"></i>
      </a>

and changed it to:

<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
      <a itemprop="item" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}"
         title="{l s='Return to Home' mod='gmbreadcrumb'}">Lawendowy Kredens
      </a>

but this gives me google warnings:

"missing field: "item""

Any clue what am I missing?

×
×
  • Create New...