Advertisement
Guest User

Untitled

a guest
Jun 12th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php /***
  2. Functions
  3. (in)SPYR Theme
  4.  
  5. SPYRmedia.com
  6.  
  7. = WARNING =
  8. DO NOT edit this file if you wish to install future releases of (in)SPYR. All changes to
  9. this file will be overwritten upon update. To retain the freedom to install future versions
  10. we recommend that all theme modifications must happen via an extension plugin.
  11. */
  12.  
  13.  
  14.  
  15. /*** Defaults */
  16. define('INSPYR_VERSION','1.6.5');
  17. define('INSPYR_PATH',dirname(__FILE__));
  18. define('INSPYR_URL',get_stylesheet_directory_uri());
  19.  
  20.  
  21.  
  22. /*** Init */
  23. require_once(get_template_directory() . '/lib/init.php');
  24. require_once('inc/init.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement