diff --git a/frontend/client/res/templates/site/footer.tpl b/frontend/client/res/templates/site/footer.tpl index 049556ad26..91031398eb 100644 --- a/frontend/client/res/templates/site/footer.tpl +++ b/frontend/client/res/templates/site/footer.tpl @@ -1,2 +1,2 @@ -

© 2015 EspoCRM

+

© 2016 EspoCRM

diff --git a/html/main.html b/html/main.html index f1f3e1fb8a..06f9f11a31 100644 --- a/html/main.html +++ b/html/main.html @@ -28,7 +28,7 @@
diff --git a/html/portal.html b/html/portal.html index 6bc348681c..8549dbd945 100644 --- a/html/portal.html +++ b/html/portal.html @@ -19,7 +19,7 @@ id: '{{portalId}}', useCache: {{useCache}}, cacheTimestamp: {{cacheTimestamp}}, - url: '../api/v1/portal/{{portalId}}', + url: 'api/v1/portal/{{portalId}}', }, function (app) { {{runScript}} }); @@ -30,7 +30,7 @@