24 lines
		
	
	
		
			270 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			270 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
$PAGE_TITLE = 'Abreviations';
 | 
						|
 | 
						|
require 'header.php';
 | 
						|
require 'sidebar.php';
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
            <div id="main">
 | 
						|
 | 
						|
                <h1>Benchmarks</h1>
 | 
						|
 | 
						|
<p>Check this page from time to time and they will come.</p>
 | 
						|
 | 
						|
 | 
						|
            </div>
 | 
						|
 | 
						|
<?php
 | 
						|
 | 
						|
require 'footer.php';
 | 
						|
 | 
						|
?>
 |