Jump to content
MakeWebGames

How would i create a FOOTER [V1]


KDawg08

Recommended Posts

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" ;)
Link to comment
Share on other sites

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";
Link to comment
Share on other sites

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