| Revision 1328,
326 bytes
checked in by naka, 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 | /*¡¡¾¦Éʾܺ٥ڡ¼¥¸¤ÎHTML³«ÊüÉôʬ¥Æ¥ó¥×¥ì¡¼¥Èɽ¼¨ÍÑ¥Õ¥¡¥¤¥ë */ |
|---|
| 4 | |
|---|
| 5 | $objUserView = new SC_UserView(TEMPLATE_FTP_DIR, COMPILE_FTP_DIR); |
|---|
| 6 | //HTML³«ÊüÍѤΥƥó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë̾ |
|---|
| 7 | $tpl_name = "products_detail_share.tpl"; |
|---|
| 8 | //¥Õ¥¡¥¤¥ë¸ºß¥Á¥§¥Ã¥¯ |
|---|
| 9 | if(file_exists(TEMPLATE_FTP_DIR . $tpl_name)) { |
|---|
| 10 | $objUserView->display($tpl_name); |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.