Revision 1029
Added by Matthias over 15 years ago
view.php | ||
---|---|---|
38 | 38 |
$url = ($fetch_settings['url']); |
39 | 39 |
|
40 | 40 |
?> |
41 |
<iframe src="<?php echo $url; ?>" width="100%" height="<?php echo $fetch_settings['height']; ?>px" frameborder="0" scrolling="auto">
|
|
41 |
<iframe src="<?php echo $url; ?>" width="100%" height="<?php echo $fetch_settings['height']; ?>" frameborder="0" scrolling="auto"> |
|
42 | 42 |
<?php echo $MOD_WRAPPER['NOTICE']; ?> |
43 | 43 |
<a href="<?php echo $url; ?>" target="_blank"><?php echo $url; ?></a> |
44 | 44 |
</iframe> |
Also available in: Unified diff
Fixed IE Bug in Wrapper modul (ticket #736)