wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/content_timeline.php
author ymh <ymh.work@gmail.com>
Wed, 06 Nov 2013 03:21:17 +0000
changeset 0 d970ebf37754
permissions -rwxr-xr-x
first import
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?php   
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
/*
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Plugin Name: Content timeline
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
Plugin URI: http://www.shindiristudio.com/timelinewp/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
Description: Content timeline description
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
Author: br0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
Version: 2.02
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
Author URI: http://www.shindiristudio.com/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
*/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
if (!class_exists("contentTimelineAdmin")) {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
	require_once dirname( __FILE__ ) . '/content_timeline_class.php';	
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
	$ctimeline = new ContentTimelineAdmin (__FILE__);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
?>