Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2.  
  3.     require('SSI.php');
  4.  
  5.     $context['page_title_html_safe'] = 'Clan Information';
  6.  
  7.     template_header();
  8. ?>
  9.  
  10. <div>
  11.  
  12.     <font size="4">
  13.         <b>Who?</b>
  14.     </font>
  15.    
  16.     <br/><br/>
  17.  
  18.     We are a Call Of Duty clan, started in the beginning of 2010 by Sneaky.
  19.  
  20. </div>
  21.  
  22. <?php
  23.     template_footer();
  24. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement