source: mangos/inc/int.map.php@ 5

Last change on this file since 5 was 5, checked in by george, 18 years ago

import

File size: 1.3 KB
Line 
1<?php
2if (INCLUDED!==true) exit('Dieee !!!');
3
4$page[title] = "$lang[pagetitle_worldmap]";
5
6include($site[inc_dir].'page.header.php');
7
8?>
9 <table cellspacing =" 2" cellpadding =" 3" border =" 0" width =" 100%" height="">
10 <tr background="img/light.jpg">
11 <td class="blogbody">
12 <h2 class="main-title">World Map</h2>
13 <!--<object width="740" height="600">
14 <param name="worldmap" value="00_world.swf">
15 <embed src="00_world.swf" width="800" height="600"></embed>
16 </object>--->
17 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="533">
18 <param name="movie" value="00_world.swf">
19 <param name="wmode" value="transparent" >
20 <param name=quality value=high>
21 <embed src="00_world.swf" wmode="transparent" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="533"></embed>
22 </object>
23 </td>
24 <tr>
25 </table>
26<?php
27include($site[inc_dir].'page.footer.php');
28?>
Note: See TracBrowser for help on using the repository browser.