00001 <?php', $image, $matches); 00021 ?> 00022 00023 00024 00025 <div class="radar"> 00026 <h2><?php echo $screen->data["smdesc"] ?></h2> 00027 00028 <div class="radar_image"> 00029 <center> 00030 <img name="static_map" src="<?php echo '/'. cache_dir .'/'. $matches[1] ?>" alt="Static Map"> 00031 </center> 00032 </div> 00033 </div>
1.5.5