source: mapa.php@ 391

Last change on this file since 391 was 389, checked in by george, 17 years ago
  • Upraveno: Kódování všech souborů webu bylo převedeno z ISO 8859-2 na obecné UTF-8.
File size: 347 bytes
Line 
1<?php
2
3include('global.php');
4ShowHeader();
5
6//echo('s'.file_get_contents('http://localhost/dev/wow/wow-web/minimanager/pomm_public/pomm.php'));
7echo('<a href="mapa_sveta/">Zobrazit mapu světa</a>');
8echo('<h3>Mapa hráčů:</h3>');
9echo('<iframe class="subframe" src="minimanager/pomm_public/pomm.php"></iframe>');
10
11ShowFooter();
12?>
Note: See TracBrowser for help on using the repository browser.