diff --git a/Application/functions.js b/Application/functions.js index 52567b08..248fb68a 100644 --- a/Application/functions.js +++ b/Application/functions.js @@ -25,6 +25,13 @@ function href(action) { return action ? base + action : base; } +/** + * Method used by Helma for URL composition. + */ +function getParentElement() { + return root; +} + /** * Method used by Helma request path resolution. */