Fixes #403: build the daily page through renderPage()
* new entry in the Router for daily page. * add an always displayed button in demo_plugin
This commit is contained in:
parent
4c3df9aa12
commit
38603b2450
3 changed files with 22 additions and 6 deletions
plugins/demo_plugin
|
@ -40,6 +40,8 @@ function hook_demo_plugin_render_header($data)
|
|||
// Fields in toolbar
|
||||
$data['fields_toolbar'][] = 'DEMO_fields_toolbar';
|
||||
}
|
||||
// Another button always displayed
|
||||
$data['buttons_toolbar'][] = '<li><a href="#">DEMO</a></li>';
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue