Advertisement
Guest User

Untitled

a guest
Feb 10th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php
  2.     /*
  3.         Plugin Name: Witchroute CMS 1
  4.         Plugin URI: witchroute.net
  5.         Description: Everyhting
  6.         Author: Bjoern Schwabe / Wimbledon-IT
  7.         Author URI: www.wimbledon-it.co.uk
  8.         Version: 1.0
  9.     */
  10.  
  11.     require_once('wit_witchroute.class.php');
  12.     require_once('wit_date.class.php');
  13.  
  14.  
  15.     add_action("init", function() {    
  16.         new wit_witchroute();
  17.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement