Files
inwestprofil.pl/autoload/admin/view/class.ArticlesArchive.php
2025-06-26 22:58:38 +02:00

12 lines
192 B
PHP

<?php
namespace admin\view;
class ArticlesArchive
{
public static function articles_list()
{
$tpl = new \Tpl;
return $tpl -> render( 'articles/articles-archive-list' );
}
}