I see no menu in Admin Tools.
1) I installed the Template Modifier in my Website Baker Portable (works with WB 2.8.1).
2) Made a change to the index.php file at the 'top level'. Added the following to line 36:
if(isset($_GET['template']) and $_GET['template'] != '') define('TEMPLATE',$_GET['template']);
I'm not really sure if I got the right index file. It is now between:
// Check if the config file has been set-up
if(!defined('WB_PATH')) {
header("Location: install/index.php");
exit(0);
}
and:
require_once(WB_PATH.'/framework/class.frontend.php');
// Create new frontend object
$wb = new frontend();
Is that right?
3) I did add-on the bizbox template that I found in the first post of this topic.
4) I did go to the admin tools and click on the template modifer. But here I don't see a menu.
What went wrong?