Advertisement
Guest User

Untitled

a guest
Jun 12th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2. $itemid = JRequest::getInt('Itemid');
  3. $showBox = array(101, 123, 124); //Itemid of your menu item
  4. if(in_array($itemid, $item)):
  5. ?>
  6. <h1 class="logo-text">
  7. <a href="index.php" title="<?php echo $siteName; ?>">
  8.   <span><?php echo $logoText; ?></span>
  9. </a>
  10. </h1>
  11. <p class="site-slogan"><?php echo $sloganText;?></p>
  12. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement