1. <?php
  2.  
  3. if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
  4.  
  5. /*
  6.  * NOTE: this file is for compatibility.
  7.  * Layouts are created in the theme options and "design-{name}.php" files.
  8.  * Content is generated by the "template-{context}.php" files.
  9. */
  10.  
  11. create_page_layout('bp-registration');  // context = bp-registration
  12.  
  13. ?>