<?php

/*
 * This file is part of eSales Media SinglereisenBundle
 *
 * (c) Benjamin Roth
 *
 * @license proprietary
 */


/**
 * Backend modules
 */
array_insert($GLOBALS['BE_MOD'],1,array('singlereisen' => array()));

$GLOBALS['BE_MOD']['singlereisen'] = array
(
    'sr_trips' => array
    (
        'tables'            => array('tl_sr_trips')
    )
);

if ('BE' === TL_MODE) {
    $GLOBALS['TL_CSS'][] = 'bundles/esalesmediasinglereisen/css/backend.css|static';
}

/**
 * Hooks
 */