From 90bd9f2f4f0dbf5f888ef9e65a339857f42ce7f5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Oct 2017 20:49:18 +0200 Subject: [PATCH] Fix trad --- htdocs/core/lib/website.lib.php | 2 +- htdocs/langs/en_US/members.lang | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php index b021ca08195..0b8689dca4d 100644 --- a/htdocs/core/lib/website.lib.php +++ b/htdocs/core/lib/website.lib.php @@ -155,7 +155,7 @@ function dolIncludeHtmlContent($contentfile) $MAXLEVEL=20; - $fullpathfile=DOL_DATA_ROOT.'/websites/'.$contentfile; + $fullpathfile=DOL_DATA_ROOT.'/website/'.$contentfile; if (empty($includehtmlcontentopened)) $includehtmlcontentopened=0; $includehtmlcontentopened++; diff --git a/htdocs/langs/en_US/members.lang b/htdocs/langs/en_US/members.lang index dc25d792517..2a98f700027 100644 --- a/htdocs/langs/en_US/members.lang +++ b/htdocs/langs/en_US/members.lang @@ -168,8 +168,8 @@ TurnoverOrBudget=Turnover (for a company) or Budget (for a foundation) DefaultAmount=Default amount of subscription CanEditAmount=Visitor can choose/edit amount of its subscription MEMBER_NEWFORM_PAYONLINE=Jump on integrated online payment page -ByProperties=By characteristics -MembersStatisticsByProperties=Members statistics by characteristics +ByProperties=By nature +MembersStatisticsByProperties=Members statistics by nature MembersByNature=This screen show you statistics on members by nature. MembersByRegion=This screen show you statistics on members by region. VATToUseForSubscriptions=VAT rate to use for subscriptions