Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. function show($foo, $language = "nl") {
  4.     global $show;
  5.     include 'lang/' . $language . '.lang';
  6.    
  7.     echo $show[$foo];
  8.    
  9. }
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement