Jump to content
MakeWebGames

Recommended Posts

Posted

Ok ive been for beer so bare wth ne ;)

open up globals.php and erase include header.php with

if($gender='m')

{

require "maleheader.php";

}

else

{

if($gender='f')

require "femheader.php";

}

 

Now ya can have 2 themes one for the ladies and the other for the gay population ;) AYE ;)

Right im off to puke ;)

Posted

You could change this for different styes in the game, say dragons and vampires, of course you can add more in the array.

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

@illusions, maybe something like this?

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...