wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/content_timeline.php
changeset 0 d970ebf37754
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/content_timeline.php	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,16 @@
+<?php   
+/*
+Plugin Name: Content timeline
+Plugin URI: http://www.shindiristudio.com/timelinewp/
+Description: Content timeline description
+Author: br0
+Version: 2.02
+Author URI: http://www.shindiristudio.com/
+*/
+
+if (!class_exists("contentTimelineAdmin")) {
+	require_once dirname( __FILE__ ) . '/content_timeline_class.php';	
+	$ctimeline = new ContentTimelineAdmin (__FILE__);
+}
+
+?>
\ No newline at end of file