Ignore:
Timestamp:
03/04/2009 10:57:30 PM (3 years ago)
Author:
cirrus
Message:

Added fancyzoom.js for image viewing in the node pages (Thanks byteme).
Packed js files and stylesheet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/globals/functions.php

    r189 r190  
    372372                </style>'); 
    373373         
    374         $main->html->body->tags['onload'] = "gmap_onload()";     
     374        if(!$main->html->body->tags['onload']) { 
     375                $main->html->body->tags['onload']="gmap_onload();"; 
     376        } else { 
     377                $main->html->body->tags['onload'].="gmap_onload();"; 
     378        } 
    375379        $main->html->body->tags['onunload'] = "GUnload()"; //added to reduce IE memory leaks 
    376380        return TRUE; 
Note: See TracChangeset for help on using the changeset viewer.