'000000',
'text' => 'bfbfbf',
'link' => 'ffffff',
'border' => '000000'
);
// this varies but the single page content width seems to be 607px max
$content_width = 600;
register_sidebar( array(
'name' => __('Bottom 1'),
'id' => 'bottom-1',
'before_widget' => '',
'after_widget' => '',
'before_title' => '
Color Options
Choose a primary color for your site:
Hemingway's Bottombar™
Drag and drop the different blocks into their place below. After you drag the block to the area, it will update with the new contents automatically.
*Note: Widgets take prefernce over these blocks.
available_blocks as $ref => $name) : ?>
get_block_contents('block_1') as $key => $block_ref) :
$block_name = $hemingway->available_blocks[$block_ref];
?>
- (remove)
get_block_contents('block_2') as $key => $block_ref) :
$block_name = $hemingway->available_blocks[$block_ref];
?>
- (remove)
get_block_contents('block_3') as $key => $block_ref) :
$block_name = $hemingway->available_blocks[$block_ref];
?>
- (remove)
read()) !== false) {
if (!preg_match('|^\.+$|', $file) && preg_match('|\.php$|', $file))
$blocks_files[] = $file;
}
}
if ($blocks_dir || $blocks_files) {
foreach($blocks_files as $blocks_file) {
$block_ref = preg_replace('/\.php/', '', $blocks_file);
if (!array_key_exists($block_ref, $hemingway->available_blocks)){
?>
You have uninstalled blocks!
Give the block a display name (such as "About Page")
}
}
}
?>