hoangduit / editease

Automatically exported from code.google.com/p/editease
0 stars 0 forks source link

dynamic content #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, I just had a question actually...
How can I use the editEase system for a dynamic loading header or sidebar?

In other words, I have a 10 page website, and I want to load the same exact
header onto each page by using an include script like you do in php.

<div id="header>  <?php include 'headerContent.php'; ?>  </div>

would you recommend I continue to use that, and then, just add the editease
activation to the top of the "headerContent.php" page ?

Original issue reported on code.google.com by PaulSpar...@gmail.com on 19 Mar 2010 at 2:43

GoogleCodeExporter commented 8 years ago
Hi Paul

Not sure quite what you are asking.  If its to use includes for header content, 
of 
course that makes sense.  There is also no reason why you cant have another 
include 
inside your header to allow only a portion of that to be edited. 

Cheers

Original comment by noosal...@gmail.com on 24 Mar 2010 at 6:47