Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include_once "core/content.php";
- $state = InitUsers( GetDB() );
- Maintenance( $state );
- $data = array();
- $data[] = new ImageGallery( "files/games/gunplay2/" );
- $data[] = new SplitBlock( nl2br( file_get_contents( "files/games/gunplay2/full.htm" ) ), "textBlock" );
- $data[] = new WrapperBlock( "Technical info / Credits", nl2br( file_get_contents( "files/games/gunplay2/tech.htm" ) ) );
- $fdata = array( new TitleBlock( "Gunplay v0.2 (2009)" ), new SplitBlock( $data, "textBlock" ) );
- $PAGE = CreatePage( "games", $fdata, $state );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement