MyBB Community Forums

Full Version: Custom Templates question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When the up-grade to 1.4 occours, will the custom templates I'm using still fuction. Would I need to change this code at all?

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
Page code goes here
{$footer}
</body>
</html>

Next is, will the templates)any of them) that have custom code in them be reverted back to original(default) during the up-grade process?

Thank you
If you use templates that aren't apart of the default MyBB templates (i.e. new custom templates) then they won't be modified. And yes, something like that will still work in general.