The Pane module was introduced in version 4.1.0 of the theme and quickly improved in version 4.1.1. It displays a full width box with a coloured header and outline which in the theme is called a 'pane'. Each pane is a dynamic sidebar. The pane will grow in height to accommodate all the content you place in it.
The panes are intended for use on the Main Index Page but can be used in other templates if you wish. It is necessary to specify the ID of the pane that is required (1, 2 or 3). If it isn't supplied or the ID has already been used on the page then the pane isn't displayed. The code to call the module is:
<?php
$bhpaneid = 1; # Choose 1, 2 or 3.
include locate_template( 'pane.php' );
?>
The panes are all enabled by default on the Main Index Page so it is clear that they are available for use. Pane 1 is before the Logos, Pane 2 before the Boxes, and Pane 3 before the Footer, as can be seen on the sample front page.
The colour and title of each of the panes is configurable, although any title configured will be overridden by any title specified by widgets installed in the panes.