view sites/all/modules/custom/mediathek/mediathek-theme-mediathek-mediaviewer.tpl.php @ 0:015d06b10d37 default tip

initial
author dwinter
date Wed, 31 Jul 2013 13:49:13 +0200
parents
children
line wrap: on
line source



<div class="field field-type-iframe field-field-iframe">
    <div class="field-items">
            <div class="field-item odd">
                     <iframe src="<?php  print $item['url']?>" width="<?php  print $item['width']?>" height="<?php print $item['height']?>"
                    frameborder="0" scrolling="auto" transparency="0" class=" iframe-delta-0" id="iframe-0"
                    name="iframe-0">Your browser does not support iframes. But You can use the following link.
                    <a href="<?php  print $item['url']?>" title="">Link</a></iframe>
                     </div>
        </div>
</div>