diff --git a/homebox.module b/homebox.module
index 1400b67..e3f02b9 100644
--- a/homebox.module
+++ b/homebox.module
@@ -885,6 +885,7 @@ function homebox_get_page($name) {
   else {
     // If not available, check other modules
     $pages = module_invoke_all('homebox');
+    drupal_alter('homebox', $pages);
 
     foreach ($pages as $id => $data) {
       // Only match page name
