Hello,
Please have a look to info.php of this template. Ther you can read:
$template_platform = '2.7.x';
So this template is designed for an very old WB-Version. To make it work under WB 2.13 you need to adapt a lot of things.
To make it show in the backend please add the following line to info.php:
$template_function = 'template';
Also the used menu call is outdatet and must be changed:
Search for:
<?php show_menu
and replace it with:
<?php show_menu2
As the Parameters of show_menu and show_menu2 are different you also have to adapt this parameters
(1,0,1,true,'<li [class]>[a][menu_title][/a]</li>','','','','','id="current"')
and as the id's and classes of show_menu2 are also different you need to adapt the .css file.
I'm pretty shure that much more must be adapted to get this template work under WB 2.13
Matthias