Advertisement
Guest User

Untitled

a guest
Jul 19th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  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. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement