コード例 #1
0
<?php

//////////////////////////////////////////////////////////////////////////////////////
//  更新履歴
//  要件ID         更新日      更新者      概要
//  nm00237        2011/05/19  kyo         メディア一括登録
//////////////////////////////////////////////////////////////////////////////////////
require_once '../../conf/config.php';
require_once 'AlladinCore_v3.php';
$core = new AlladinCore();
$smarty =& $core->getSmarty();
$smarty->display($core->getTmplName());