How to Add Dynamic Header and Footer |
-
MAILITY
Newbie
-
Posts: 6
Threads: 0
Joined: May 2019
Reputation:
0
05-24-2019, 07:17 AM
(This post was last modified: 05-26-2019, 12:38 PM by MAILITY.)
(01-22-2019, 12:30 AM)garimapatil Wrote: Code: Header Code
<div id="header" align="center">
<img src=\"/images/header.jpg border='0' \">
<p>
<a href="index.php">Home</a> -
<a href="profile.php">Profile</a> -
<a href="links.php">Links
</a>- <a href="contact.php">Contact</a>
</p>
Code: Footer code
<div id="footer" align="center">
<p>
<a href="index.php">Home</a> -
<a href="profile.php">Profile</a> -
<a href="links.php">Links
</a>- <a href="contact.php">Contact</a>
© Copyright Your name here <?php include 'date.php'; ?>
</p>
</div>
I solved this problem with MY ->Xender Discord Omegle _Controller.php in folder app/core/ I created a method/action with this:
|
Messages In This Thread |
RE: How to Add Dynamic Header and Footer - by MAILITY - 05-24-2019, 07:17 AM
|