<?
echo "";
if(strtoupper($footer_location) == "INSIDE") {
	//test("1",$x);

	echo "
	<table class='TABLE_I_ii_tightfooter_table_1'>
	    <tr>
	    	<td class='TABLE_I_ii_tightfooter_td_1'>";
	    	
	    	include($_SESSION['template']['company']['file_path'] . "shared/footer_text.shared");
	    	
	    	echo "
	    	</td>
	    </tr>
	</table>";
} else {
	echo "
	<table class='TABLE_I_ii_tightfooter_table_1'>
	    <tr>
	    	<td class='TABLE_I_ii_tightfooter_td_1'>";
	    	
	    	//echo "o";
	    	
	    	echo "
	    	</td>
	    </tr>
	</table>";

}
//test("2. footer_location",$footer_location);
# unset($footer_text) // unset in end_HTML.shared.
?>
