Pytelek

index.php

Jun 9th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?
  2.  
  3. $title = 'tytuΕ‚';
  4.  
  5. $tpl = fopen('templates/index.tpl', 'r');
  6.  
  7. $strtpl = '';
  8. while (!feof($tpl)) {
  9. $strtpl .= fgets($tpl);
  10. }
  11.  
  12.  
  13. print($strtpl);
  14.  
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment