Changeset 3780 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php
- Timestamp:
- 08/07/2016 12:11:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/template-coming-soon.php
r2426 r3780 5 5 <meta name="viewport" content="width=device-width"> 6 6 <title><?php echo esc_html( get_bloginfo( 'name' ) ); ?></title> 7 7 8 8 <?php wp_head(); ?> 9 9 <?php extract( $GLOBALS['WordCamp_Coming_Soon_Page']->get_template_variables() ); ?> … … 12 12 <body <?php body_class(); ?>> 13 13 <div id="wccsp-container"> 14 14 15 15 <h1><?php echo esc_attr( get_bloginfo( 'name' ) ); ?></h1> 16 16 17 17 <?php if ( $image_url ) : ?> 18 18 <img id="wccsp-image" src="<?php echo esc_attr( $image_url ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" /> … … 22 22 <h2><?php echo esc_html( $dates ); ?></h2> 23 23 <?php endif; ?> 24 24 25 25 <p id="wccsp-introduction"> 26 26 <?php printf( … … 43 43 <div class="wccsp-box"> 44 44 <h2><?php _e( 'Contact the Organizers' , 'wordcamporg' ); ?></h2> 45 45 46 46 <?php echo $contact_form_shortcode; // intentionally not escaping because it's the output of do_shortcode() ?> 47 47 </div> 48 48 <?php endif; ?> 49 49 50 50 </div><!-- #wccsp_container --> 51 51 52 52 <?php wp_footer(); ?> 53 53 </body>
Note: See TracChangeset
for help on using the changeset viewer.