Skip to content

Commit

Permalink
Poppy Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoweMOJ committed Nov 8, 2019
1 parent 2fcb7a7 commit 1efb845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if ( $activeAgency['shortcode'] === 'law-commission' ) {
$logo = get_stylesheet_directory_uri() . '/assets/images/lawcomms_logo.png';
} else {
$logo = get_stylesheet_directory_uri() . '/assets/images/moj_logo.png';
$logo = get_stylesheet_directory_uri() . '/assets/images/moj_logo_poppy.png';
}

$page_name = get_query_var( 'name' );
Expand Down

0 comments on commit 1efb845

Please sign in to comment.