Created
December 22, 2011 19:36
-
-
Save jordantomax/1511554 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <? | |
| $thisChannel = 'news'; | |
| $thisPage = 'corporate'; | |
| $thisSubPage = 'advertise'; | |
| $thisSubPageTab = 'audience'; | |
| ?> | |
| <!DOCTYPE html> | |
| <html> | |
| <?php include('includes/head.php'); ?> | |
| <body id="corporate" class="news"> | |
| <? include('includes/header.php'); ?> | |
| <div id="page"> | |
| <div class="grid-container"> | |
| <?php include('includes/corporate-subnav.php'); ?> | |
| <div class="grid-12 content"> | |
| <section> | |
| <h2>Our Audience</h2> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In cursus lacinia nulla ut placerat. Donec eget enim mi. Sed pretium turpis odio. Curabitur id justo leo, in sagittis odio.</p> | |
| </section> | |
| <section class="last"> | |
| <img src="/assets/img/placeholder/info_graphic.png" alt="" /> | |
| </section> | |
| </div> | |
| <?php include('includes/corporate-footer.php'); ?> | |
| </div> | |
| </div> | |
| <?php include('includes/footer.php'); ?> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment