Guest User

Untitled

a guest
Oct 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. $menu = JSite::getMenu();
  3.        
  4. if ($menu->getActive() != $menu->getDefault()) {
  5.     echo JText::_('
  6.         <strong>Non sono in home!</strong>
  7.         <div id="ilTuoDiv">
  8.             <jdoc:include type="component" />
  9.         </div>
  10.     ');
  11. }
  12. ?>
Add Comment
Please, Sign In to add comment