forked from hiltonbruce/Igreja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodImprRodape.php
executable file
·29 lines (29 loc) · 1.19 KB
/
modImprRodape.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $titulo;?></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<?php echo $scriptCSS;?>
<link rel="SHORTCUT ICON" href="<?php echo $icone;?>" type="image/vnd.microsoft.icon" />
</head>
<body>
<div id="container">
<div id="content">
<?php
require $arquivo;
?>
</div>
<div id="footer">
<?PHP echo "Templo SEDE: {$sede->rua()}, Nº {$sede->numero()} - $origem - {$sede->uf()}";?><br />
Copyright © <a href="http://<?PHP echo "{$sede->site()}";?>/" title="Copyright information"></a>
Email: <a rel="nofollow" target="_blank" href="mailton: <?PHP echo "{$sede->email()}";?>"><?PHP echo "{$sede->email()}";?></a> <br />
<?PHP echo "CNPJ: {$sede->cnpj()}";?><br />
<?PHP echo "CEP: {$sede->cep()} - Fone: {$sede->fone()} - Fax: {$sede->fax()}";?><br />
<p>Designed by <a rel="nofollow" target="_blank" href="mailton: [email protected]">Joseilton Costa Bruce.</a></p>
</div>
</div>
<?PHP
echo $saltoPagina;
?>
</body>
</html>