2014-03-12 22:03:47 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
class Test {
|
2015-06-22 21:12:57 +02:00
|
|
|
|
2015-07-13 20:10:26 +02:00
|
|
|
public function menu() {
|
|
|
|
echo '<li><a href="plugin/p='.get_class().'">'.get_class().'</a></li>';
|
|
|
|
|
|
|
|
}//end menu()
|
2014-03-12 22:03:47 +00:00
|
|
|
|
2015-07-13 20:10:26 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
public function device_overview_container($device) {
|
|
|
|
echo('<div class="container-fluid"><div class="row"> <div class="col-md-12"> <div class="panel panel-default panel-condensed"> <div class="panel-heading"><strong>'.get_class().' Plugin </strong> </div>');
|
|
|
|
echo(' Example plugin in "Device - Overview" tab <br>');
|
|
|
|
echo('</div></div></div></div>');
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
}
|