Advertisement
Guest User

Joomla index.php <Header>

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