Line | |
---|
1 | <?php
|
---|
2 | if (INCLUDED!==true) exit('Dieee !!!');
|
---|
3 |
|
---|
4 | $page['title'] = "$lang[pagetitle_gameinfo]";
|
---|
5 |
|
---|
6 | include('inc/page.header.php');
|
---|
7 | include('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 ";
|
---|
15 | include('lang/text/'.$site['lang'].'/gameinfo.about.php');
|
---|
16 | echo"\n";?>
|
---|
17 | </td>
|
---|
18 | <tr>
|
---|
19 | </table>
|
---|
20 | <?php
|
---|
21 | include('inc/page.footer.php');
|
---|
22 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.