Click to See Complete Forum and Search --> : Templates with php


Tabo
07-03-2008, 02:42 PM
Hey, is there a turotial out there somewhere so that I can make a template for my site, e.g.

<html>
<head>
</head>
<body>
{head} //echos head
{nav} //echos nav
{content} //echos content
</..>

if that makes sense

Phill Pafford
07-03-2008, 03:09 PM
try the smarty template engine for php

http://www.reliablesource.org/PHP/Smarty_Template_Editor_-_for_PHPEclipse_Development_Tools/