Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update widget.php
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmeets committed Jun 2, 2014
1 parent 84f80cb commit 2b1f586
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dashboard-dynmap/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
/**
* This file could be used to catch submitted form data. When using a non-configuration
* view to save form data, remember to use some kind of identifying field in your form.
* Changed by XSmeets at 2-6-2014.
*/
?>
<p>This is an example dashboard widget!</p>
<p>This is the front-facing part of the widget, and can be found and edited from <tt><?php echo __FILE__ ?></tt></p>
<p>Widgets can be configured as well. Currently, this is set to <b><?php echo self::get_dashboard_widget_option(self::wid, 'example_number'); ?></b> ! To change the number, hover over the widget title and click on the "Configure" link.</p>
<iframe src="self::wid" width="426" height="130"></iframe>

0 comments on commit 2b1f586

Please sign in to comment.