Advertisement
benjisimon

Untitled

Sep 9th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div class="title-slider-wrapper">
  2. <div class="tlt-title">
  3. <h3>You May Also Like</h3>
  4. </div>
  5. <div class="titles-slider">
  6. <?
  7. $recommendations = api_call('play/get_recommendations_by_playid', array('playid' => $lasttitle, 'count'=>16));
  8. foreach( $recommendations as $s ) { ?>
  9. <?= snippet('themes/sudden/slide', array('slide' => $s )); ?>
  10. <? } ?>
  11. </div>
  12. </div>
  13. <!-- END title-slider-wrapper -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement