Skip to content

Commit

Permalink
Merge pull request #13 from GaryLaserEyes/1.0.x
Browse files Browse the repository at this point in the history
Added a title tag in the CMS page
  • Loading branch information
Dh42 authored Jun 26, 2017
2 parents 181ba74 + fccaf8a commit da7af9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ul class="cms-category-list">
{foreach from=$sub_category item=subcategory}
<li>
<a href="{$link->getCMSCategoryLink($subcategory.id_cms_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">
<a href="{$link->getCMSCategoryLink($subcategory.id_cms_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}">
{$subcategory.name|escape:'html':'UTF-8'}
</a>
</li>
Expand Down

0 comments on commit da7af9a

Please sign in to comment.