| Revision 5934,
427 bytes
checked in by kakinaka, 20 years ago
(diff) |
|
* empty log message *
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 4 | * |
|---|
| 5 | * http://www.lockon.co.jp/ |
|---|
| 6 | */ |
|---|
| 7 | |
|---|
| 8 | /*¡¡¾¦Éʾܺ٥ڡ¼¥¸¤ÎHTML³«ÊüÉôʬ¥Æ¥ó¥×¥ì¡¼¥Èɽ¼¨ÍÑ¥Õ¥¡¥¤¥ë */ |
|---|
| 9 | |
|---|
| 10 | $objUserView = new SC_UserView(TEMPLATE_FTP_DIR, COMPILE_FTP_DIR); |
|---|
| 11 | //HTML³«ÊüÍѤΥƥó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë̾ |
|---|
| 12 | $tpl_name = "products_detail_share.tpl"; |
|---|
| 13 | //¥Õ¥¡¥¤¥ë¸ºß¥Á¥§¥Ã¥¯ |
|---|
| 14 | if(file_exists(TEMPLATE_FTP_DIR . $tpl_name)) { |
|---|
| 15 | $objUserView->display($tpl_name); |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.