Skip to content

Commit

Permalink
Merge pull request #12 from GaryLaserEyes/1.0.x
Browse files Browse the repository at this point in the history
Added title tag
  • Loading branch information
Dh42 authored Jun 26, 2017
2 parents 88a2c55 + 3770913 commit 181ba74
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 @@ -50,7 +50,7 @@
<ul class="cms-page-list">
{foreach from=$cms_pages item=cmspages}
<li>
<a href="{$link->getCMSLink($cmspages.id_cms, $cmspages.link_rewrite)|escape:'html':'UTF-8'}">
<a href="{$link->getCMSLink($cmspages.id_cms, $cmspages.link_rewrite)|escape:'html':'UTF-8'}" title="{$cmspages.meta_title|escape:'html':'UTF-8'}">
{$cmspages.meta_title|escape:'html':'UTF-8'}
</a>
</li>
Expand Down

0 comments on commit 181ba74

Please sign in to comment.