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