Files
register/marko_unpacked/marko/portal/widgets/ContactForm.php
T
Admin Nasledstvo ac168868ee Initial import
2026-05-01 20:52:04 +03:00

17 lines
288 B
PHP

<?php
namespace app\widgets;
use app\models\Navigation;
use app\models\Ts;
class ContactForm extends _Base
{
public function run()
{
Ts::set([155, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238]);
return $this->render('contact-form');
}
}