| homebox-admin-display-form.tpl.php | homebox-admin-display-form.tpl.php |  | homebox-admin-display-form.tpl.php
Default theme implementation to configure homebox blocks. | 
          
                  | homebox-block.tpl.php | homebox-block.tpl.php |  | homebox-block.tpl.php
Default theme implementation each homebox block. | 
          
                  | homebox.admin.inc | homebox.admin.inc |  | Homebox admin file, takes care admin interface for homebox | 
          
                  | homebox.api.php | homebox.api.php |  |  | 
          
                  | homebox.css | homebox.css |  | #homebox {
  position: relative;
}
#homebox-admin-display-form .roles {
  font-size: 86%;
}
/*
** Columns/regions
*/
#homebox .homebox-column {
  margin: 2px;
  padding: 5px;
  background: url(images/stripe.png);
  min-height: 40px;
}
#homebox… | 
          
                  | homebox.features.inc | homebox.features.inc |  | Features support. | 
          
                  | homebox.info | homebox.info |  | name = Homebox
description = Provides user with a page like iGoogle, Netvibes or bbc.co.uk front page
dependencies[] = block
package = Homebox
core = 7.x
configure = admin/structure/homebox | 
          
                  | homebox.install | homebox.install |  | The install file for Homebox allows the module to install (and uninstall) itself. This is required as this module uses its own table. | 
          
                  | homebox.module | homebox.module |  | Homebox main file, takes care of global functions settings constants, etc. | 
          
                  | homebox.tpl.php | homebox.tpl.php |  | homebox.tpl.php
Default layout for homebox. | 
          
                  | homebox_og.info | homebox_og/homebox_og.info |  | name = Homebox OG
description = Provides integration with Organic Groups and Homebox
dependencies[] = homebox
dependencies[] = og
package = Homebox
core = 7.x
configure = admin/config/group/homebox | 
          
                  | homebox_og.install | homebox_og/homebox_og.install |  | Install, update and uninstall functions for the homebox_og module. | 
          
                  | homebox_og.module | homebox_og/homebox_og.module |  | Organic Groups integration for Homebox | 
          
                  | README.txt | README.txt |  | INSTALLATION
------------
 * Enable optional modules
   - Color picker - http://drupal.org/project/colorpicker
   - Views -  http://drupal.org/project/views
 * Enable Homebox module
 * Visit the Status Report page and make sure there are no Homebox… | 
          
                  | README.txt | homebox_og/README.txt |  | Integrate homebox with the Organic Groups module. You have the option to have a
Homebox page reside as a group homepage tab, or become the new group homepage
itself. If your site is using Panels and you set a Homebox page to act as a
group homepage,… |