Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <header class="header" role="banner">
  2. <div class="header-inner clearfix">
  3. <a class="brand pull-left" href="<?php echo $this->baseurl; ?>/">
  4. <?php echo $logo; ?>
  5. <?php if ($this->params->get('sitedescription')) : ?>
  6. <?php echo '<div class="site-description">' . htmlspecialchars($this->params->get('sitedescription'), ENT_COMPAT, 'UTF-8') . '</div>'; ?>
  7. <?php endif; ?>
  8. </a>
  9. <div class="header-search pull-right">
  10. <jdoc:include type="modules" name="position-0" style="none" />
  11. </div>
  12. </div>
  13. </header>
  14.  
  15. <?php if ($this->countModules('position-0')) : ?>
  16. <header class="header" role="banner">
  17. <div class="header-inner clearfix">
  18. <a class="brand pull-left" href="<?php echo $this->baseurl; ?>/">
  19. <?php echo $logo; ?>
  20. <?php if ($this->params->get('sitedescription')) : ?>
  21. <?php echo '<div class="site-description">' . htmlspecialchars($this->params->get('sitedescription'), ENT_COMPAT, 'UTF-8') . '</div>'; ?>
  22. <?php endif; ?>
  23. </a>
  24. <div class="header-search pull-right">
  25. <jdoc:include type="modules" name="position-0" style="none" />
  26. </div>
  27. </div>
  28. </header>
  29. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement