Advertisement
Guest User

Untitled

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