Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php require_once( "core.php" ); ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta name="keywords" content="game design,Game Design Novice,game design novice,designing games,game programming,programming games,game,games,design" />
- <!--<meta name="description" content="Game Design Novice is a resource for learning about various aspects of creating games, like game design, programming, etc." />-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php
- if( isset( $pass ) and $pass === true )
- { ?>
- <meta http-equiv="REFRESH" content="1;url=cpanel.php" /> <?php
- } ?>
- <base href="http://gamedesignnovice.net/" />
- <title><?php echo( $site->GetPageTitle() ); ?></title>
- <link href="stylesheet.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="res/forums.js"></script>
- </head>
- <body>
- <div id="container">
- <a href="index.php"><img src="res/logo.png" alt="Game Design Novice" border="0" id="logo" /></a>
- <?php
- if ( $site->GetLoggedInUser() === array() )
- {
- echo( $site->GetPageContent( 7 ) );
- }
- else
- {
- echo( $site->GetPageContent( 5 ) );
- }
- ?>
- <div id="content">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement