cerebrate/templates/element/genericElements/IndexTable/Fields/tag.php

7 lines
68 B
PHP

<?php
$tag = $row;
echo $this->Tag->tag($tag, [
]);
?>