Advertisement
kremisoski

wga-functions.php

Mar 27th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <?php if (!is_admin()) if(!session_id()) session_start();
  2.  
  3. /*
  4.  *  WGA Custom Code
  5.  */
  6.  
  7.  // define constants
  8.  define('WGA_FUNCTIONS', TEMPLATEPATH . '/functions/');
  9.  define('WGA_WIDGETS', TEMPLATEPATH . '/widgets/');
  10.  define('WGA_INCLUDES', TEMPLATEPATH . '/includes/');
  11.  define('WGA_LEAGUEPATH', TEMPLATEPATH . '/wga-lgmgm/');
  12.  
  13.  // load all-purpose functions
  14.  require_once(WGA_FUNCTIONS . 'wga-custom.php');
  15.  require_once(WGA_FUNCTIONS . 'wga-lgmgm.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement