Advertisement
nabeh

Untitled

Dec 9th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <iframe <?php echo $this->wrapper->load; ?>
  2. id="blockrandom"
  3. name="iframe"
  4. allowfullscreen="allowfullscreen"
  5. mozallowfullscreen="mozallowfullscreen"
  6. msallowfullscreen="msallowfullscreen"
  7. oallowfullscreen="oallowfullscreen"
  8. webkitallowfullscreen="webkitallowfullscreen"
  9. src="<?php echo $this->escape($this->wrapper->url); ?>"
  10. width="<?php echo $this->escape($this->params->get('width')); ?>"
  11. height="<?php echo $this->escape($this->params->get('height')); ?>"
  12. scrolling="<?php echo $this->escape($this->params->get('scrolling')); ?>"
  13. frameborder="<?php echo $this->escape($this->params->get('frameborder', 1)); ?>"
  14. <?php if ($this->escape($this->params->get('page_heading'))) : ?>
  15. title="<?php echo $this->escape($this->params->get('page_heading')); ?>"
  16. <?php else : ?>
  17. title="<?php echo $this->escape($this->params->get('page_title')); ?>"
  18. <?php endif; ?>
  19. class="wrapper<?php echo $this->pageclass_sfx; ?>">
  20. <?php echo JText::_('COM_WRAPPER_NO_IFRAMES'); ?>
  21. </iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement