diff --git a/flowplayer.php b/flowplayer.php index d522b4016..651d09c14 100644 --- a/flowplayer.php +++ b/flowplayer.php @@ -47,6 +47,8 @@ include_once(dirname( __FILE__ ) . '/models/users-ultra-pro.php'); +include_once(dirname( __FILE__ ) . '/models/welcome.php'); + include_once(dirname( __FILE__ ) . '/models/widget.php'); $fv_fp = new flowplayer_frontend(); diff --git a/models/welcome.php b/models/welcome.php new file mode 100644 index 000000000..b1a4d227a --- /dev/null +++ b/models/welcome.php @@ -0,0 +1,59 @@ + 'fv-player-welcome'), admin_url('index.php'))); + } + + function welcome_screen_pages() { + add_dashboard_page( + 'Welcome To Welcome Screen', 'Welcome To Welcome Screen', 'read', 'fv-player-welcome', array($this, 'welcome_screen_content') + ); + } + + function welcome_screen_content() { + ?> +
+ You can put any content you like here from columns to sliders - it's up to you +
+