diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/simple_footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html index 9795140c47..5899da0b7a 100644 --- a/phpBB/styles/prosilver/template/simple_footer.html +++ b/phpBB/styles/prosilver/template/simple_footer.html @@ -6,5 +6,7 @@ </div> </div> +<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/jquery.js"></script> + </body> -</html>
\ No newline at end of file +</html> |