$inc_path = "../includes";
$maple_page_layout = array();
# Page title here (the one to appear in
tag):
$maple_page_layout['html title'] = 'Bamboo - Social Media';
# Breadcrumbs: each element represents one crumb:
$maple_page_layout['breadcrumbs'][] = array('href' => '/bamboo','text' => 'Bamboo Home');
$maple_page_layout['breadcrumbs'][] = array('href' => '/bamboo/socialmedia', 'text' => 'Social Media');
#$maple_page_layout['breadcrumbs'][] = array('href' => '/bamboo/bamboofun/specs', 'text' => 'Hardware Specifications');
/* 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? If yes, choose a file name: */
#$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;
# This line prints the page using the Maple page template:
include "$inc_path/_pagetemplate.inc";