Created
September 20, 2014 18:22
-
-
Save eggsurplus/f2d419fa53ab5f07d302 to your computer and use it in GitHub Desktop.
header.php for wiki-profileactions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$viewdefs['base']['layout']['header'] = array( | |
'components' => | |
array( | |
array( | |
'layout' => 'module-list', | |
), | |
array( | |
'view' => 'globalsearch', | |
), | |
array( | |
'view' => 'notifications', | |
), | |
array( | |
'view' => 'wiki-profileactions', | |
), | |
array( | |
'view' => 'quickcreate', | |
), | |
), | |
'last_state' => array( | |
'id' => 'app-header', | |
'defaults' => array( | |
'last-home' => 'dashboard', | |
), | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment