HI.
Many CMS and forums provide a template stystem like this from mybb:
Do you know a tutorial somewhere so I can copy this feature on my site, for instance:PHP Code:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$forums}
{$boardstats}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{logo}
<whatever />
{nav}
{content}
etc...?



Reply With Quote


Bookmarks