Mercurial > hg > drupalISMI
view ISMIBioFilter/ISMIObject-aliases.tpl.php @ 39:1867bc2180c5
better check_ismi_log analyser.
author | casties |
---|---|
date | Fri, 28 Oct 2016 19:55:19 +0200 |
parents | 124ef8f3b22d |
children |
line wrap: on
line source
<!-- prime_alias=null,$aliases=null),--> <h3>Aliases</h3> <ul> <?php foreach ($prime_alias as $alias):?> <li> <?php print $alias->field_ov[LANGUAGE_NONE][0]['value']; ?> </li> <?php endforeach;?> <?php foreach ($aliases as $alias):?> <li> <?php print $alias->field_ov[LANGUAGE_NONE][0]['value']; ?> </li> <?php endforeach;?> </ul>