source: branches/beta/html/test/adachi/test2.php @ 14676

Revision 14676, 710 bytes checked in by adati, 17 years ago (diff)

1.4.0a-betaのマージ

Line 
1<?php
2
3require_once("../../require.php");
4require_once("SC_FormParamsManager.php");
5
6error_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.