summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/clink.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes/clink.inc.php')
-rw-r--r--frontends/php/include/classes/clink.inc.php6
1 files changed, 6 insertions, 0 deletions
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);