We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c45c5 commit 2f42a44Copy full SHA for 2f42a44
1 file changed
content/content.index.php
@@ -61,7 +61,7 @@ public function __viewIndex() {
61
$this->Form->setAttribute('class', 'two columns');
62
63
$this->appendSubheading($welcome . ', ' . Administration::instance()->Author->get('first_name'), $actions);
64
- $this->insertDrawer(Widget::Drawer('dashboard', 'Dashboard', new XMLElement('span', '')), 'horizontal', FALSE);
+ $this->insertDrawer(Widget::Drawer('dashboard', 'Dashboard', new XMLElement('span', ''), 'closed', time()), 'horizontal', FALSE);
65
66
$container = new XMLElement('div', NULL, array('id' => 'dashboard'));
67
0 commit comments