Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] <div> starting in header template and ending in footer template
#2

Make it like this:

header.php
Code:
<!DOCTYPE html>
<html lang="en">

<head>
   <title>CodeIgniter Tutorial</title>
</head>

<body>

template.php
Code:
<div class"page-wrapper">

   <?php echo $contents; ?>

</div>


footer.php
Code:
   <em>&copy; 2015</em>

</body>
</html>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: &lt;div&gt; starting in header template and ending in footer template - by InsiteFX - 07-20-2018, 03:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB