Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1. <div class="bg_video">
  2.             <div class="container">
  3.                 <?php if($curso->video != ''): ?>
  4.                     <iframe style="z-index:999;" width="100%" height="550" src="//www.youtube.com/embed/<?= $curso->video; ?>" frameborder="0" allowfullscreen></iframe>
  5.                     <img style="position: relative;margin-top: -35px;" src="<?= base_url('assets/images/sombra_video.png') ?>" />
  6.                 <?php else: ?>
  7.                     <img class="img-responsive" src="<?= base_url('uploads/cursos/capas/cabelo.png') ?>" />
  8.                     <img style="position: relative;margin-top: -35px;" src="<?= base_url('assets/images/sombra_video.png') ?>" />
  9.                 <?php endif; ?>
  10.             </div>
  11.            
  12.         </div><!-- /banner -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement