Jump to content
  • 0

Tag h2 w bloku kategorii (left box)


TimonP

Question

6 answers to this question

Recommended Posts

  • 0

Działa, jednak po sprawdzeniu w https://www.seoreviewtools.com/html-headings-checker/ kategorie wykrywane są jako jeden długi tag. Chciałbym aby każda kategoria była osobnym tagiem.

blockcategories.tpl

<h2 style="font-size: 14px; text-decoration: none">   
	<div class="block_content">
		<ul class="tree {if $isDhtml}dhtml{/if}">
			{foreach from=$blockCategTree.children item=child name=blockCategTree}
				{if $smarty.foreach.blockCategTree.last}
					{include file="$branche_tpl_path" node=$child last='true'}
				{else}
					{include file="$branche_tpl_path" node=$child}
				{/if}
			{/foreach}
		</ul>
	</div>   
</h2>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...