# Make sure that the $inc_path is correct for this directory. Examples:
#$inc_path = "includes"; # For /bamboo/
$inc_path = "../includes"; # For /bamboo/bamboofun/
#$inc_path = "../../includes"; # For /bamboo/bamboofun/software/ etc....
$maple_page_layout = array();
# Breadcrumbs: each element represents one crumb:
$maple_page_layout['breadcrumbs'][] = array('href' => '/bamboo','text' => 'Bamboo Home');
$maple_page_layout['breadcrumbs'][] = array('href' => '/bamboo/bamboopen', 'text' => 'Bamboo Pen');
#$maple_page_layout['breadcrumbs'][] = array('href' => '/bamboo/bamboofun/specs', 'text' => 'Hardware Specifications');
# Page title here (the one to appear in
tag):
$maple_page_layout['html title'] = 'Bamboo Pen';
# Is this an "a-feature" landing page (home page)?
#$maple_page_layout['a-feature'] = TRUE;
# Does this page have an "Interests" menu?
$maple_page_layout['interests']['show'] = TRUE;
# Does this page have a side-column in text?
#$maple_page_layout['side-column'] = TRUE;
# Active interests link - uncomment one or leave all commented */
#$maple_page_layout['interests']['active'] = 'Fun with photos';
#$maple_page_layout['interests']['active'] = 'Fun with videos';
#$maple_page_layout['interests']['active'] = 'Social media';
#$maple_page_layout['interests']['active'] = 'Paint/draw';
#$maple_page_layout['interests']['active'] = 'Write/annotate';
#$maple_page_layout['interests']['active'] = 'Navigate';
/* Active product - uncomment one */
#$maple_page_layout['product'] = 'Bamboo Home';
#$maple_page_layout['product'] = 'Bamboo Pen & Touch';
$maple_page_layout['product'] = 'Bamboo Pen';
#$maple_page_layout['product'] = 'Bamboo Touch';
#$maple_page_layout['product'] = 'Bamboo Fun';
#$maple_page_layout['product'] = 'Bamboo Craft';
/****** Relevant products box: uncomment as many as you need, or comment all to hide the box */
#$maple_page_layout['relevant products']['Bamboo Pen & Touch'] = TRUE;
#$maple_page_layout['relevant products']['Bamboo Pen'] = TRUE;
#$maple_page_layout['relevant products']['Bamboo Touch'] = TRUE;
#$maple_page_layout['relevant products']['Bamboo Fun'] = TRUE;
#$maple_page_layout['relevant products']['Bamboo Craft'] = TRUE;
/****** Which colors is this page using? uncomment the ones that can be chosen */
$maple_page_layout['colors'] = array(
'green',
#'pink',
#'purple',
);
# This line prints the page using the Maple page template:
include "$inc_path/_pagetemplate.inc";