Skip to content

Commit

Permalink
Link parliament-specific recent divisions from menus
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 13, 2024
1 parent 9162666 commit 2152c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/Renderer/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ private function get_top_and_bottom_links() {
// we're within that section.
$nav_items = array (
array('home'),
array('hansard', 'mps', 'peers', 'alldebatesfront', 'wranswmsfront', 'pbc_front', 'divisions_recent', 'calendar_summary'),
array('sp_home', 'spoverview', 'msps', 'spdebatesfront', 'spwransfront'),
array('hansard', 'mps', 'peers', 'alldebatesfront', 'wranswmsfront', 'pbc_front', 'divisions_recent_commons', 'divisions_recent_lords', 'calendar_summary'),
array('sp_home', 'spoverview', 'msps', 'spdebatesfront', 'spwransfront', 'divisions_recent_sp'),
array('ni_home', 'nioverview', 'mlas'),
array('wales_home', 'seneddoverview', 'mss', 'wales_debates'),
array('wales_home', 'seneddoverview', 'mss', 'wales_debates', 'divisions_recent_wales'),
array('london_home', 'lmqsfront', 'london-assembly-members'),
);

Expand Down

0 comments on commit 2152c3c

Please sign in to comment.