source: extensions/meta/persometa.tpl

Last change on this file was 32915, checked in by ddtddt, 16 months ago

[meta] check php8

File size: 173 bytes
Line 
1{if isset ($metapersos)}
2  {foreach from=$metapersos item=metaperso}
3  <meta {$metaperso.METATYPE}="{$metaperso.METANAME}" content="{$metaperso.METAVAL}">
4  {/foreach}
5{/if}
Note: See TracBrowser for help on using the repository browser.