Пример #1
0
 /**
  * Preserve adding Links in Templates ...won't work
  */
 function Link($x,$y,$w,$h,$link) {
     if ($this->intpl)
         $this->Error('Using links in templates aren\'t possible!');
     parent::Link($x,$y,$w,$h,$link);
 }