Changeset 7305 for sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/header-front.php
- Timestamp:
- 06/14/2018 10:02:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/header-front.php
r4448 r7305 2 2 <div id="headline"><div id="headline-inner"> 3 3 <h2 class="graphic home"><?php bloginfo( 'description' ); ?></h2> 4 <p> This software is really great. Go check it out for yourself and tell us how much you like it in the forums!</p>4 <p><?php esc_html_e( 'This software is really great. Go check it out for yourself and tell us how much you like it in the forums!', 'bborg' ); ?></p> 5 5 <div> 6 <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button"> Download →</a>7 <img src="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6" srcset="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6 1x, <?php bloginfo( 'template_url' ); ?>/images/screenshots-2x.png?v=6 2x" alt=" Screenshots">6 <a href="<?php bloginfo( 'url' ); ?>/download/" id="big-demo-button" class="button"><?php esc_html_e( 'Download →', 'bborg' ); ?></a> 7 <img src="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6" srcset="<?php bloginfo( 'template_url' ); ?>/images/screenshots.png?v=6 1x, <?php bloginfo( 'template_url' ); ?>/images/screenshots-2x.png?v=6 2x" alt="<?php esc_attr_e( 'Screenshots', 'bborg' ); ?>"> 8 8 </div> 9 9 </div></div>
Note: See TracChangeset
for help on using the changeset viewer.