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