Skip to content

Commit

Permalink
Move News header to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jun 27, 2021
1 parent 6931e31 commit 769b656
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/templates/header.inc.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ $_header_nav = [
['label' => 'File Archive', 'url' => 'https://files.bnetdocs.org/'],
['label' => 'BNETDocs Redux', 'url' => 'https://redux.bnetdocs.org/'],
]],
['label' => 'Documents', 'dropdown' => [
['label' => 'All Documents', 'url' => '/document/index', 'class' => 'text-info'],
['label' => '-'],
['label' => 'Create Document', 'url' => '/document/create', 'class' => 'text-success', 'acl' => User::OPTION_ACL_DOCUMENT_CREATE],
['label' => '-', 'acl' => User::OPTION_ACL_DOCUMENT_CREATE],
['label' => '', 'recent_documents' => true],
]],
['label' => 'News', 'dropdown' => [
['label' => 'All News', 'url' => '/news', 'class' => 'text-info'],
['label' => '-'],
['label' => 'Create News Post', 'url' => '/news/create', 'class' => 'text-success', 'acl' => User::OPTION_ACL_NEWS_CREATE],
['label' => '-', 'acl' => User::OPTION_ACL_NEWS_CREATE],
['label' => '', 'recent_news' => true],
]],
['label' => 'Documents', 'dropdown' => [
['label' => 'All Documents', 'url' => '/document/index', 'class' => 'text-info'],
['label' => '-'],
['label' => 'Create Document', 'url' => '/document/create', 'class' => 'text-success', 'acl' => User::OPTION_ACL_DOCUMENT_CREATE],
['label' => '-', 'acl' => User::OPTION_ACL_DOCUMENT_CREATE],
['label' => '', 'recent_documents' => true],
]],
['label' => 'Packets', 'dropdown' => [
['label' => 'All Packets', 'url' => '/packet/index', 'class' => 'text-info'],
['label' => '-'],
Expand Down

0 comments on commit 769b656

Please sign in to comment.