view mpiwg_geobrowser.module @ 3:19f75fe342eb

minor changes
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Mon, 12 Oct 2015 08:33:28 +0200
parents b57c7821382f
children
line wrap: on
line source

<?php

require_once drupal_get_path("module", "mpiwg_geobrowser") . '/includes/entity.inc';
require_once drupal_get_path("module", "mpiwg_geobrowser") . '/includes/panels.inc';

function mpiwg_geobrowser_init() {
    if ($_GET['q'] == 'system/ajax' && $_POST["form_id"] == "mpiwg_geobrowser_datasource_edit_form") {
        module_load_include('inc', 'mpiwg_geobrowser', 'plugins/content_types/mpiwg_geobrowser_datasource');
    }
}