(No he did not.)
In fact, copying an existing HTML-file, adding a page_content(1) to it and calling it a WB-template is not enough.
What I suggest you do first: compare the structure of a 'real' WB template index.php to that of your HTML file. Copy the essential lines to make it function as a WB-template.
(For instance:
<?php
if (function_exists('register_frontend_modfiles')) {
register_frontend_modfiles("jquery");
register_frontend_modfiles('css');
register_frontend_modfiles('js');
}
?>
)
If you have no idea how to do that, feel free to e-mail me your 'template'
