diff options
Diffstat (limited to 'src/templates/macros/common-page.ftl')
-rw-r--r-- | src/templates/macros/common-page.ftl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl index 1a5c3d3..5fa2740 100644 --- a/src/templates/macros/common-page.ftl +++ b/src/templates/macros/common-page.ftl @@ -4,9 +4,9 @@ <head> <title>Grow Process</title> - <link rel="stylesheet" href="${contentroot}/style.css" /> - <script src="${contentroot}/scripts/jquery.min.js"></script> - <script src="${contentroot}/scripts/growth.js"></script> + <link rel="stylesheet" href="${staticRoot}/style.css" /> + <script src="${staticRoot}/scripts/jquery.min.js"></script> + <script src="${staticRoot}/scripts/growth.js"></script> </head> <body> <div id="notfooter"> |