Jump to content
MakeWebGames

Recommended Posts

Posted
You already have something like that... you might know it as $h->endpage(); ...

Thats MCV2 isn't it? (*I've never seen MCCV1..*)

 

@OP; Just create a new function >_< Look at MCCodes V2 and edit to you're needs :) Should work

Posted
Quoted from "Lithium"

 

You already have something like that... you might know it as $h->endpage(); ...

Thats MCV2 isn't it? (*I've never seen MCCV1..*)
@OP; Just create a new function >_< Look at MCCodes V2 and edit to you're needs :) Should work
You already have something like that... you might know it as $h->endpage(); ...

Thats MCV2 isn't it? (*I've never seen MCCV1..*)

 

@OP; Just create a new function >_< Look at MCCodes V2 and edit to you're needs :) Should work

You know why you haven't seen it? because you don't open your eyes! :P near the bottom of header.php "function endpage" ;)
Posted

Post you header ..

It should be something like this...

find in header.php

</tr></table></td></tr></table></html>

 

And replace with

</tr></table></td></tr></table>
<center>Your copyright thingie &copy Your Game 2010-2011</center></html>

 

That should work ..

Posted

ffs

Create a file, probably call it "footer.php"

Put stuff in footer.php that you want to display.

open header.php

Create a table or space to put your footer near the bottom of the page.

Use this code to display what is on the footer.php

include "footer.php";

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...