Beispiel #1
0
                            </th>
                            <td>
                                <?php 
    echo $data->genre;
    ?>
                            </td>
                        </tr>
                        <tr>
                            <th>
                                <?php 
    echo Yii::t("trans", "Description");
    ?>
                            </th>
                            <td>
                                <?php 
    echo UserFunctions::shorten($data->description, 260);
    ?>
                            </td>
                        </tr>

                    </table>
                </div>
            </a>
        <?php 
}
?>
        <?php 
$url;
?>

</div>		<!-- #slideshow ends -->