From 1911c670de385a295b404edcf8a3764d64c25614 Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 30 Jan 2006 11:21:15 +0000 Subject: - Frontend improvements (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2572 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/clink.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontends/php/include/classes/clink.inc.php') diff --git a/frontends/php/include/classes/clink.inc.php b/frontends/php/include/classes/clink.inc.php index b99e307d..a4cb49d7 100644 --- a/frontends/php/include/classes/clink.inc.php +++ b/frontends/php/include/classes/clink.inc.php @@ -25,6 +25,12 @@ function CLink($item="www.zabbix.com",$url="http://www.zabbix.com",$class=NULL) { parent::CTag("a","yes"); + + $this->tag_start= ""; + $this->tag_end = ""; + $this->tag_body_start = ""; + $this->tag_body_end = ""; + $this->SetClass($class); $this->AddItem($item); $this->SetUrl($url); -- cgit