PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
iframe
<div class="iframe"> <iframe src="<?php echo $this->module_data['src'];?>" ></iframe> </div> <script type="text/javascript"> $(document).ready(function() { var width = $("#<?php echo $this->page_id; ?>").width(); var height = width * 9 /16; $("#<?php echo $this->page_id; ?> iframe").height(height); }); $(window).resize(function() { var width = $("#<?php echo $this->page_id; ?>").width(); var height = width * 9 /16; $("#<?php echo $this->page_id; ?> iframe").height(height); }); </script>
[+]
..
[-] frontend_class.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]
[-] backend.php
[edit]