Skip to content

Commit 48a80ea

Browse files
committed
All: add support for banners shown on all pages
Ref jquery/jquerymobile.com#175
1 parent 03e2b6f commit 48a80ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</head>
4040
<body <?php body_class(); ?>>
4141

42-
<?php if ( is_front_page() && defined( "JQUERY_BANNER" ) ) : ?>
42+
<?php if ( defined( "JQUERY_BANNER" ) && ( is_front_page() || defined( "JQUERY_BANNER_ALL_PAGES" ) ) ) : ?>
4343
<div id="banner">
4444
<?php echo JQUERY_BANNER ?>
4545
</div>

0 commit comments

Comments
 (0)