Пример #1
0
 function html_head()
 {
     $this->attributes['src'] = '/i/no-image.png';
     if ($this->args[$this->context[$this->long_name]['var']]) {
         $this->attributes['src'] = $this->args[$this->context[$this->long_name]['var']];
     }
     parent::html_head();
 }
Пример #2
0
 function html_head()
 {
     $this->attributes['value'] = $this->args[$this->context[$this->long_name]['var']];
     parent::html_head();
 }