diff options
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 4d6fbf4dae..e80c8dd55c 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -34,6 +34,7 @@ about phpBB please visit http://www.phpbb.com --> +<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/jquery.js"></script> <script type="text/javascript"> // <![CDATA[ var jump_page = '{LA_JUMP_PAGE}:'; diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index f983a8ef8d..f7851a2c39 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -13,6 +13,7 @@ {META} <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> +<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/jquery.js"></script> <script type="text/javascript"> // <![CDATA[ |