//error_reporting(E_ALL); // Theme we're going to use $ssi_theme = 5; // Layers we're going to use $ssi_layers = array('html', 'body'); // Enable GZip compression (saves bandwidth) $ssi_gzip = true; require('SSI.php'); ?>