<?php
/*
 * PHP-Export scripts of OpenEstate-ImmoTool
 * Copyright (C) 2009-2014 OpenEstate.org
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
 * Website-Export, Inserat #{OBJECT_ID}, Objektdaten.
 *
 * @author Andreas Rudolph & Walter Wagner
 * @copyright 2009-2014, OpenEstate.org
 * @license http://www.gnu.org/licenses/gpl-3.0.txt
 */

if (!defined('IN_WEBSITE')) {
  exit;
}

$GLOBALS['immotool_objects']['{OBJECT_ID}'] = array(
  'id' => '{OBJECT_ID}',
{OBJECT_DETAILS}  'title' => array(
{OBJECT_TITLES}  ),
  'adress' => array(
{ADRESS_DETAILS}  ),
  'contact' => array(
{CONTACT_DETAILS}  ),
  'attributes' => array(
{ATTRIBUTES_DETAILS}  ),
  'images' => array(
{IMAGES_DETAILS}  ),
  'media' => array(
{MEDIA_DETAILS}  ),
  'other' => array(
    'immobiliare' => array(
{IMMOBILIARE_DETAILS}    ),
  ),
);
