Guest User

Untitled

a guest
Feb 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $i='f'.rand(1,3);
  2. $block = Block::getByName($i);
  3. if ($block && $block->bID) {
  4. $block->display();
  5. } else {
  6. $a = new Area('Top Box');
  7. $a->setBlockLimit(1);
  8. $a->display($c);
Add Comment
Please, Sign In to add comment