Skip to content

Commit

Permalink
Add more specific menus to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 15, 2024
1 parent 53429fa commit 737e94c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
$nav_items = array (
array('hansard', 'alldebatesfront', 'mps', 'peers', 'wranswmsfront'),
array('sp_home', 'sp_home', 'spdebatesfront', 'msps', 'spwransfront'),
array('wales_home', 'wales_home', 'wales_debates', 'mss', 'welshlanguage'),
array('hansard', 'alldebatesfront', 'mps', 'peers', 'wranswmsfront', 'divisions_recent_commons', 'divisions_recent_lords'),
array('sp_home', 'sp_home', 'spdebatesfront', 'msps', 'spwransfront', 'divisions_recent_sp'),
array('wales_home', 'wales_home', 'wales_debates', 'mss', 'welshlanguage', 'divisions_recent_wales'),
array('ni_home', 'ni_home', 'nioverview', 'mlas'),
);

Expand Down

0 comments on commit 737e94c

Please sign in to comment.