I am looking at some PHP code working with MySQL. Some of the pages are saved as .tpl file extentions.

In these pages it has code like so:

<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>

Doesn anyone know how to make these "{code here}" stuff work? This is really cool and would love to do it!

Thanks

    Those are templates requiring a template system. I believe that template is for Fast Template. Smarty is another templating system.

      Write a Reply...