Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <?php
  2. if($infoPub['tipo']=='flash'){
  3. ?>
  4. <div class="imagem-banner">
  5. <object type="application/x-shockwave-flash"
  6. data="sgc/<? echo $infoPub[endereco]; ?>"
  7. width="680" height="90">
  8. <param name="movie" value="sgc/<? echo $infoPub[endereco]; ?>" />
  9. <param name="quality" value="high"/>
  10. <param name="wmode" value="transparent" />
  11. </object>
  12. </div>
  13.  
  14.  
  15. <? } else { ?>
  16.  
  17.  
  18.  
  19. <div class="imagem-banner">
  20. <a href="banner.php?id_banner=<? echo $infoPub['id']; ?>" target="_blank" >
  21. <img src="sgc/<? echo $infoPub[endereco]; ?>" alt="Publicidade" width="680" height="90" border="1" style="border:1px solid #06F"/>
  22. </a>
  23. </div>
  24.  
  25. <? } ?>
  26. <? } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement