weathermap |
Subversion Repositories: |
Rev 24 | Rev 30 | |
---|---|---|
Line 4999... | Line 4999... | |
$this->imagefile, |
$this->imagefile, | |
$this->width, |
$this->width, | |
$this->height); } |
$this->height); } | |
$html .= '</div>'; |
$html .= '</div>'; | |
|
| |
$html.='<map name="' . $imagemapname . '" id="' . $imagemapname . '">'; |
$html.='<map name="' . $imagemapname . '" id="' . $imagemapname . '">' . "\n"; | |
|
| |
$html.=$this->imap->subHTML("NODE:",true); |
$html.=$this->imap->subHTML("NODE:",true); | |
$html.=$this->imap->subHTML("LINK:",true); |
$html.=$this->imap->subHTML("LINK:",true); | |
|
| |
$html.='</map>'; |
$html.='</map>'; |