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

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

(new CWidget())
	->addItem(
		(new CTag('h1', true, 'If You see this message - 1st module is working'))
	)->show();