Advertisement
Guest User

Untitled

a guest
Jan 7th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.05 KB | None | 0 0
  1. <div class="content">
  2.  
  3.                 <div class="frontFrame">
  4.                     <div class="frontImg">
  5.                     <img src="<?php echo base_url(); ?>images/nyheder/<?php echo $query->billed_sti; ?>">
  6.                     </div><!-- frontImg -->
  7.                     <p><?php echo substr($query->indhold,0,57); ?></p>
  8.                     <a class="btn" href="">
  9.                     <span>Læs mere</span>
  10.                     </a>
  11.                 </div><!-- frontFrame -->
  12.                
  13.                 <div class="frontFrame">
  14.                     <div class="frontImg">
  15.                     <img src="<?php echo base_url(); ?>images/<?php echo $query->billed_sti; ?>">
  16.                     </div><!-- frontImg -->
  17.                     <p><?php echo substr($query->indhold,0,57); ?></p>
  18.                     <a class="btn" href="#">
  19.                     <span>Læs mere</span>
  20.                     </a>
  21.                 </div><!-- frontFrame -->
  22.                
  23.                 <div class="frontFrame">
  24.                     <div class="frontImg">
  25.                     <img src="<?php echo base_url(); ?>images/<?php echo $query->billed_sti; ?>">
  26.                     </div><!-- frontImg -->
  27.                     <p><?php echo substr($query->indhold,0,57); ?></p>
  28.                     <a class="btn" href="#">
  29.                     <span>Læs mere</span>
  30.                     </a>
  31.                 </div><!-- frontFrame -->
  32.                
  33.                 <div class="frontFrame">
  34.                     <div class="frontImg">
  35.                     <img src="<?php echo base_url(); ?>images/<?php echo $query->billed_sti; ?>">
  36.                     </div><!-- frontImg -->
  37.                     <p><?php echo substr($query->indhold,0,57); ?></p>
  38.                     <a class="btn" href="#">
  39.                     <span>Læs mere</span>
  40.                     </a>
  41.                 </div><!-- frontFrame -->
  42.                
  43.                 <div class="frontFrame">
  44.                     <div class="frontImg">
  45.                     <img src="<?php echo base_url(); ?>images/<?php echo $query->billed_sti; ?>">
  46.                     </div><!-- frontImg -->
  47.                     <p><?php echo substr($query->indhold,0,57); ?></p>
  48.                     <a class="btn" href="#">
  49.                     <span>Læs mere</span>
  50.                     </a>
  51.                 </div><!-- frontFrame -->
  52.                
  53.                 <div class="frontFrame">
  54.                     <div class="frontImg">
  55.                     <img src="<?php echo base_url(); ?>images/<?php echo $query->billed_sti; ?>">
  56.                     </div><!-- frontImg -->
  57.                     <p><?php echo substr($query->indhold,0,57); ?></p>
  58.                     <a class="btn" href="#">
  59.                     <span>Læs mere</span>
  60.                     </a>
  61.                 </div><!-- frontFrame -->
  62.                
  63. </div><!-- content -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement