function flot_views_example_page in Flot 7
1 string reference to 'flot_views_example_page'
- flot_example_menu in flot_example/
flot_example.module - Implements hook_menu
File
- flot_example/
flot_example.module, line 185
Code
function flot_views_example_page() {
$output = "<p> You can see the raw view " . l('here', 'flot-example-view-raw') . '</p>';
return views_embed_view('flot_example_view', 'page') . $output;
}