[*] FO : add variable $nofollow to mobile theme header.tpl

Copied from normal theme which already manages the NoFollow variable
This commit is contained in:
tucoinfo
2013-10-03 12:19:10 +02:00
parent 6610bd2067
commit 8f09d49ffc

View File

@@ -36,7 +36,7 @@
{/if}
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta name="generator" content="PrestaShop" />
<meta name="robots" content="{if isset($nobots)}no{/if}index,follow" />
<meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />
<link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" />
<link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" />
<script type="text/javascript">