0
Welcome Guest! Login
0 items Join Now

Additional content-top module positions

  • Re: Additional content-top module positions

    Posted 13 years 3 weeks ago
    • Thank you Henning for the code snippets.
      If someone happens to want to add an extra module position under content-bottom a,b,c, besides insert Henning's code snippets after
      <?php if (isset($fparams->contentBottom)) : ?>
          <div id="rt-content-bottom">
              <?php echo $fparams->contentBottom; ?>
          </div>
      <?php endif; ?>
      remember to also insert
      <div class="clear"></div>
      to the above block so it becomes
      <?php if (isset($fparams->contentBottom)) : ?>
          <div id="rt-content-bottom">
              <?php echo $fparams->contentBottom; ?>
              <div class="clear"></div>
          </div>
      <?php endif; ?>

Time to create page: 0.048 seconds