mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-24 06:24:30 +02:00
12 lines
324 B
Twig
12 lines
324 B
Twig
{{ include('admin.news.table.html.twig', {type: 1, title: 'News'}) }}
|
|
{{ include('admin.news.table.html.twig', {type: 2, title: 'Tickers'}) }}
|
|
{{ include('admin.news.table.html.twig', {type: 3, title: 'Articles'}) }}
|
|
|
|
<script>
|
|
$(function () {
|
|
$('.tb_datatable').DataTable({
|
|
"order": [[0, "desc"]]
|
|
});
|
|
});
|
|
</script>
|