Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <div class="priceRegular"><?php printf("%.0f", $p->getPrice() ); ?> kr
  2. <?php if (strpos($_SERVER["REQUEST_URI"], "select-textur") !== false) {
  3. $b1 = $p->getAssocIds1();
  4. ?> <div class="select-textur"> <span>
  5. <?php for( $i=0; $i < count( $b1 ); $i++ )
  6. {
  7. ?>
  8. <?php print $b1[$i]->getKey(); ?><img src="/templates/intimera/images/textures/<?php print $b1[$i]->getKey(); ?>.jpg" />
  9. <?php
  10. } ?>
  11. </span></div> <?php } ?>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement