Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. $c['banner'] = array(
  5. 'weather_key' => 'fd9a15a8d521c9327f486a8bac591be7',
  6. 'background' => 'image/longtalkv2.png',
  7. 'font' => 'font/Mina.ttf',
  8.  
  9. 'nickname' => array('x' => 160,'y' => 310,'size' => 15,),
  10. 'user_online' => array('x' => 721,'y' => 290,'size' => 25,),
  11. 'admins' => array('x' => 523,'y' => 290,'size' => 25,),
  12. 'temp' => array('x' => 835,'y' => 29,'size' => 13, 'img_x' => 66,'img_y' => 60),
  13. 'city' => array('x' => 916,'y' => 69,'size' => 15,),
  14.  
  15. 'message' => array('x' => 674,'y' => 333,'size' => 13,'text' => 'Najdłuższe rozmowy tylko u Nas!'),
  16.  
  17. );
  18.  
  19.  
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement