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: 5cd1eee6beaeddb5254f619753e7037838999e29 (plain)
1
2
3
4
5
6
<?php

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