01-11-2008, 01:03 PM
|
#6 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
Well, very basically a template system would work like the following:
php Code:
include_once('./pages/layout/head.php'); include_once('./pages/index/index.php'); include_once('./pages/layout/foot.php');
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|