Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fifth.module.php « views « module_number_5 « modules « selenium « tests « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f702c5a5a5f09843abc6d6b34e3bdbdab8bae4e (plain)
1
2
3
4
5
6
<?php

(new CWidget())
	->addItem(
		(new CTag('h1', true, 'Если ты это читаешь то 5ый модуль работает'))
	)->show();