<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><title><? echo "$yourdomain" ;?> web hosting</title><meta http-equiv="content-type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="1.css" type="text/css" media="screen,projection" /></head><body><div id="wrapper" class="fluid"><?     $yourdomain = $_SERVER['HTTP_HOST'];    $yourdomain = preg_replace('/^www\./' , '' , $yourdomain);    ?>
<? include ("header.php"); ?>
<?// edit sidebar_left.php to change the left side bar on all pages;  ?><? include ("sidebar_left.php"); ?>
<?// edit sidebar_right.php to change the right side bar on all pages; ?><? include ("sidebar_right.php"); ?><? include ("container.php"); ?>
<? include ("footer.php"); ?></div> </body></html>