Mercurial > hg > drupalISMI
annotate openmindattribute/templates/openmindattribute_default.tpl.php @ 31:48bbba800c03
remove unused method.
| author | casties |
|---|---|
| date | Thu, 21 Jan 2016 18:24:51 +0100 |
| parents | 124ef8f3b22d |
| children |
| rev | line source |
|---|---|
| 0 | 1 <h3 class="openmindattribute-header">Attributes</h3> |
| 2 <table class="openmindattribute-table" > | |
| 3 <?php foreach ($attributes as $a):?> | |
| 4 <tr class="openmindattribute-row"> | |
| 5 <td class="openmindattribute-cell openmindattribute-name"><?php print $a['name']?></td> | |
| 6 <td class="openmindattribute-cell"><?php print $a['ov']?></td> | |
| 7 <td class="openmindattribute-cell"><?php print $a['nov']?></td> | |
| 8 <td class="openmindattribute-cell"><?php endforeach;?></td> | |
| 9 </tr> | |
| 10 </table> |
