mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 08:48:53 +00:00
Move pagination variables to data attributes Replace A_BASE_URL with BASE_URL and use TWIG to escape it PHPBB3-11795
30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
{META}
|
|
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
|
|
|
|
<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" />
|
|
|
|
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
|
|
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
|
|
<!-- ENDIF -->
|
|
|
|
<!--[if lte IE 8]>
|
|
<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
|
|
<![endif]-->
|
|
|
|
<!-- DEFINE $POPUP = 1 -->
|
|
|
|
</head>
|
|
|
|
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
|
|
|
|
<div id="simple-wrap">
|
|
<a id="top" accesskey="t"></a>
|
|
<div id="page-body">
|