themes/printable/simple-footer.tpl
author Dan Fuhry <dan@enanocms.org>
Mon, 05 Jul 2010 19:52:10 -0400
changeset 1261 beb0da036222
parent 1227 bdac73ed481e
permissions -rw-r--r--
DiffieHellman: gracefully handle platforms that fail the sha256 self test, currently only known to be PowerPC. Added support for PHP's built-in hash functions (they were added in 5.1.2) and use them in lieu of the built-in sha256 implementation when available.


						</div>
					</td>
					<td id="main-right"></td>
				</tr>
				<tr>
					<td id="foot-left"></td>
					<td id="foot-main">
						{COPYRIGHT}
					</td>
					<td id="foot-right"></td>
				</tr>
				<tr>
					<td id="foot-btm-left"></td>
					<td id="foot-btm"></td>
					<td id="foot-btm-right"></td>
				</tr>
			</table>
		</td>
		<td style="width: 10%;"></td>
		</tr>
		</table>
	</body>
</html>