aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/simple_header.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-16 19:20:55 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-09-14 10:10:43 +0300
commit4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba (patch)
treedaf54b86e51f0b5e67c982a8406456ae25c4362e /phpBB/styles/prosilver/template/simple_header.html
parent253890520d75190aa268c9ea6ce1dd757fb571ff (diff)
downloadforums-4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba.tar
forums-4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba.tar.gz
forums-4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba.tar.bz2
forums-4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba.tar.xz
forums-4c2aad4ca959d1806c1833a3d4dd141b5c9f50ba.zip
[ticket/11795] Get rid of pagination JS variables
Move pagination variables to data attributes Replace A_BASE_URL with BASE_URL and use TWIG to escape it PHPBB3-11795
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
-rw-r--r--phpBB/styles/prosilver/template/simple_header.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html
index 9a8c77135e..08b212363e 100644
--- a/phpBB/styles/prosilver/template/simple_header.html
+++ b/phpBB/styles/prosilver/template/simple_header.html
@@ -7,17 +7,6 @@
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
-<script type="text/javascript">
-// <![CDATA[
-
- var jump_page = '{LA_JUMP_PAGE}{L_COLON}';
- var on_page = '{ON_PAGE}';
- var per_page = '{PER_PAGE}';
- var base_url = '{A_BASE_URL}';
-
-// ]]>
-</script>
-
<link href="{T_THEME_PATH}/print.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />