Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php if(is_home()) { ?>
  2. <div id="banner">
  3. <h2><?php echo stripslashes(htmlspecialchars($bannerText)); ?></h2>
  4. <h2 class="shadow"><?php echo stripslashes(htmlspecialchars($bannerText)); ?></h2>
  5. <a href="<?php echo $menuPortfolioLinkURL . $portfolioCat; ?>" class="button">Go to my portfolio</a>
  6. <div class="screenshot"><img src="<?php echo $bannerScreenshot; ?>" alt="FreelanceSwitch" /></div>
  7. </div>
  8. <?php } ?>
Add Comment
Please, Sign In to add comment