-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathquem_somos.php
35 lines (29 loc) · 1.1 KB
/
quem_somos.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
30
31
32
33
34
<?
#########################################################
#Copyright © e-Mobiliária. Todos os direitos reservados.#
#########################################################
# #
# Programa : e-Mobiliária PHP #
# Autor : Moisés Bach B. #
# E-mail : [email protected] #
# Versão : 2.5 #
# Modificado em : 09/12/2005 #
# Copyright © : e-Mobiliária #
# WWW.ANIMABUSCA.COM/IMOBILIARIA #
#########################################################
#ESTE SCRIPT NÃO PODE SER COPIADO SEM AUTORIZAÇÃO PRÉVIA#
#########################################################
require_once("configuracao_mysql.php");
require_once("includes.php");
require_once("templates/HeaderTemplate.php");
?>
<table width="400" border="0" cellspacing="0" cellpadding="4">
<tr>
<td>
<?=$aset[CompanyAddress]?>
</td>
</tr>
</table>
<?
require_once("templates/FooterTemplate.php");
?>