Current File : /home/inlingua/public_html/sensoriumpsychologists.com/diagnostics/franchise/common/page_head.php
<head>
<meta charset="utf-8">
<title>Franchise Panel</title>
<link href='https://fonts.googleapis.com/css?family=Sigmar+One|Shadows+Into+Light+Two|Abril+Fatface|Slabo+27px' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<?php
if($theme_link!="")
{
	if($theme_link=="style_1")
	{
		$theme_link="css/themes/style_1.css";
	}
	else if($theme_link=="style_2")
	{
		$theme_link="css/themes/style_2.css";
	}
	else if($theme_link=="style_3")
	{
		$theme_link="css/themes/style_3.css";
	}
	else if($theme_link=="style_4")
	{
		$theme_link="css/themes/style_4.css";
	}
	else if($theme_link=="style_5")
	{
		$theme_link="css/themes/style_5.css";
	}
	else if($theme_link=="style_6")
	{
		$theme_link="css/themes/style_6.css";
	}
	else if($theme_link=="style_7")
	{
		$theme_link="css/themes/style_7.css";
	}
	else if($theme_link=="style_8")
	{
		$theme_link="css/themes/style_8.css";
	}
	else if($theme_link=="style_9")
	{
		$theme_link="css/themes/style_9.css";
	}
	else if($theme_link=="style_10")
	{
		$theme_link="css/themes/style_10.css";
	}
	else if($theme_link=="style_11")
	{
		$theme_link="css/themes/style_11.css";
	}
	else if($theme_link=="style_12")
	{
		$theme_link="css/themes/style_12.css";
	}
	else if($theme_link=="style_13")
	{
		$theme_link="css/themes/style_13.css";
	}
	else if($theme_link=="style_14")
	{
		$theme_link="css/themes/style_14.css";
	}
	echo("<link rel=\"stylesheet\" href=\"".$theme_link."\" type=\"text/css\" />");
}
?>
<script src="css/jquery_file.js"></script>
<script src="css/my_func.js"></script>
<script src="css/menu.js"></script>

   <?php /*?> <script src="javascript/responsivevoice.js"></script><?php */?>
<style>
legend{
font-weight:bold;
font-size:1.1em;
}
fieldset{
padding:20px;
}
.tables_fieldset{
width:100%;
font-weight:bold;
color:#333;
}
</style>
</head>