Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. var params = {
  2. count: 1,
  3. niches: [{/literal}{if $smarty.get.n>0}{$smarty.get.n}{else}151{/if}{literal}],
  4. categories: [{/literal}{if $smarty.get.c>0}{$smarty.get.c}{else}'hard'{/if}{literal}],
  5. format: ["320x240"],
  6. context: "pdp",
  7. metadata: 1,
  8. behaviour: 14,
  9. excluded_ids : []
  10. };
  11. ThumbManager.getThumbs(params, function(thumbs) {
  12. ThumbManager.apply(thumbs, [ new ThumbSpec($('.ts__thumb'), "320x240") ]);
  13. $('.ts__thumb__nick').html(thumbs[0].metadata.nick);
  14. $('.ts__thumb__age').html(thumbs[0].metadata.age + " ans");
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement