Guest User

Untitled

a guest
May 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // Exemple bidon d'utilisation de php avec smarty en partant du principe que smarty c'est chiant -_-v
  2.  
  3. {php}
  4. $number = rand(1,4);
  5. $this->assign('number', $number);
  6. {/php}
  7.  
  8. <img src="maphoto_{$number}.png" />
  9.  
  10.  
  11. // J'ai dis que je n'aimais pas smarty ? :)
Add Comment
Please, Sign In to add comment