Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <td id="compartir"><div class="row-same-height row-full-height">
  2. <div class="col-md-6 col-md-height col-full-height border-right">
  3. <div class="panel">
  4.  
  5. <div class="col-md-5 blog-post-img">
  6.  
  7. <!------------------------------------------------------------------------------------------------------------------------------->
  8. <?php
  9. if($row->imagen == ""){?>
  10. <center><img src="class/imagen.png" style="max-height:500px;" alt=""></center>
  11. <?php
  12. }else{?>
  13. <center><img src="class/<?php print($row->imagen);?>" style="max-height:400px;" alt=""></center>
  14. <?php
  15. }
  16. ?>
  17. <!-------------------------------------------------------------------------------------------------------------------------------->
  18.  
  19.  
  20.  
  21.  
  22. <div class="col-md-7 panel-body">
  23. <h4 id="hola"><?php print($row->titulo);?></h4>
  24. <small style="font-size:20px;">Costo: $<?php print($row->costo);?><br><a href="#"><?php print($row->categoria);?></a></small>
  25. <p><?php print($row->descripcion);?></p><br>
  26.  
  27.  
  28.  
  29. <!-- Boton de Compartir -->
  30. <div class="fb-share-button" data-href="http://ecuestriantimes.com/productos/productos.php" data-layout="button_count"></div>
  31. <br><br><br><br><br>
  32.  
  33. </div><!--/.panel-body-->
  34. </div><!--/.panel-->
  35.  
  36. </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement