jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [Weathermap.class.php] - Diff between revs 85 and 89

Show entire file Ignore whitespace

Rev 85 Rev 89
Line 3957... Line 3957...
return ($html); return ($html);
} }
   
function SortedImagemap($imagemapname) function SortedImagemap($imagemapname)
{ {
$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);
   
$all_layers = array_keys($this->seen_zlayers); $all_layers = array_keys($this->seen_zlayers);

Powered by WebSVN 2.2.1