source: mangos/inc/gameinfo.about.php@ 5

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

import

File size: 581 bytes
Line 
1<?php
2if (INCLUDED!==true) exit('Dieee !!!');
3
4$page['title'] = "$lang[pagetitle_gameinfo]";
5
6include('inc/page.header.php');
7include('inc/files.php');
8
9$inc_text = file_get_contents('lang/text/'.$site['lang'].'/gameinfo.about.php');
10?>
11 <table cellspacing =" 2" cellpadding =" 3" border =" 0" width =" 100%" height="">
12 <tr background="img/light.jpg">
13 <td class="blogbody">
14<?php echo "\n ";
15include('lang/text/'.$site['lang'].'/gameinfo.about.php');
16echo"\n";?>
17 </td>
18 <tr>
19 </table>
20<?php
21include('inc/page.footer.php');
22?>
Note: See TracBrowser for help on using the repository browser.