Skip to content

Commit

Permalink
Update custom field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hồ Ngọc Triển committed Aug 25, 2015
1 parent 1500209 commit 0825fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shops/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0825fe2

Please sign in to comment.