From 0825fe29f2b33c8d0b5aae21e8f1337f3df02bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=BB=93=20Ng=E1=BB=8Dc=20Tri=E1=BB=83n?= Date: Tue, 25 Aug 2015 10:30:02 +0700 Subject: [PATCH] Update custom field --- modules/shops/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shops/functions.php b/modules/shops/functions.php index 5a9620991..179f2df8e 100644 --- a/modules/shops/functions.php +++ b/modules/shops/functions.php @@ -355,7 +355,7 @@ function nv_custom_tpl( $name_file, $array_custom, $array_custom_lang, $idtempla } $html =''; - $xtpl = new XTemplate( $name_file, NV_ROOTDIR . '/' . NV_ASSETS_DIR . '/files_tpl/' . $module_name ); + $xtpl = new XTemplate( $name_file, NV_ROOTDIR . '/' . NV_ASSETS_DIR . '/' . $module_name . '/files_tpl' ); $xtpl->assign( 'CUSTOM_LANG', $array_custom_lang ); $xtpl->assign( 'CUSTOM_DATA', $array_custom ); $count = 0;