This is wb_theme/index.php
Where do I insert this modification: replace <?php show_menu(); ?>into: <?php show_menu(1, 1); ?>
/**
* $Id: index.php 981 2009-05-09 10:32:33Z Ruebenwurzel $
* WebsiteBaker theme: wb_theme
* This theme is the default WB backend Theme
* Feel free to modify or build up on this template.
*
* This file prevents directory listing.
*
* LICENSE: GNU General Public License
*
* @author Johannes Tassilo Gruber
* @copyright GNU General Public License
* @license
http://www.gnu.org/licenses/gpl.html * @version 2.80
* @platform WebsiteBaker 2.8
*
* WebsiteBaker is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* WebsiteBaker is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
// prevent this file from being accessed directly
if (!defined('WB_PATH')) die(header('Location: ../../index.php'));
?>