| Line | |
|---|
| 1 | <?php |
|---|
| 2 |
|
|---|
| 3 | require_once("../../require.php");
|
|---|
| 4 | require_once("SC_FormParamsManager.php");
|
|---|
| 5 |
|
|---|
| 6 | error_reporting(E_ALL);
|
|---|
| 7 |
|
|---|
| 8 | // Smarty¤Ø¤ÎassignÍÑÏ¢ÁÛÇÛÎó
|
|---|
| 9 | $arrAssignVars = array(
|
|---|
| 10 | 'tpl_mainpage' => 'basis/kiyaku.tpl',
|
|---|
| 11 | 'tpl_subnavi' => 'basis/subnavi.tpl',
|
|---|
| 12 | 'tpl_subno' => 'kiyaku',
|
|---|
| 13 | 'tpl_subtitle' => '²ñ°÷µ¬ÌóÅÐÏ¿',
|
|---|
| 14 | 'tpl_mainno' => 'basis'
|
|---|
| 15 | );
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | $objView = new SC_View();
|
|---|
| 20 | $objView->_smarty->template_dir = '/home/web/dev.ec-cube.net/html/test/adachi/templates/';
|
|---|
| 21 | $objView->_smarty->compile_dir = '/home/web/dev.ec-cube.net/html/test/adachi/templates/';
|
|---|
| 22 | $objView->assignArray($arrAssignVars);
|
|---|
| 23 | $objView->display('/home/web/dev.ec-cube.net/html/test/adachi/templates/test2.tpl'); |
|---|
| 24 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.