コード例 #1
0
ファイル: products.pre.php プロジェクト: ambient-lounge/site
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
/**
 * @var string $mode
 */
use Tygh\Registry;
use Tygh\Tygh;
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
if ($mode == 'picker') {
    $templates = fn_get_ebay_templates(array(), 0, DESCR_SL, true);
    $statuses = \Ebay\Product::getStatuses();
    Tygh::$app['view']->assign('ebay_templates', $templates);
    Tygh::$app['view']->assign('ebay_product_statuses', $statuses);
}