[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html> 2 <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 {META} 8 <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> 9 10 <!-- IF S_ALLOW_CDN --> 11 <script> 12 WebFontConfig = { 13 google: { 14 families: ['Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'] 15 } 16 }; 17 18 (function(d) { 19 var wf = d.createElement('script'), s = d.scripts[0]; 20 wf.src = 'https://cdn.jsdelivr.net/npm/webfontloader@1.6.28/webfontloader.min.js'; 21 wf.async = true; 22 s.parentNode.insertBefore(wf, s); 23 })(document); 24 </script> 25 <!-- ENDIF --> 26 <link href="{T_FONT_AWESOME_LINK}" rel="stylesheet"> 27 <link href="{T_STYLESHEET_LINK}" rel="stylesheet"> 28 <link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet"> 29 30 <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> 31 <link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> 32 <!-- ENDIF --> 33 34 <!--[if lte IE 9]> 35 <link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> 36 <![endif]--> 37 38 <!-- DEFINE $POPUP = 1 --> 39 40 <!-- EVENT simple_header_head_append --> 41 42 {$STYLESHEETS} 43 44 <!-- EVENT simple_header_stylesheets_after --> 45 46 </head> 47 48 <body id="phpbb" class="nojs {S_CONTENT_DIRECTION} {BODY_CLASS}"> 49 50 <!-- EVENT simple_header_body_before --> 51 52 <div id="wrap" class="wrap"> 53 <a id="top" class="top-anchor" accesskey="t"></a> 54 <div id="page-body" class="page-body" role="main">
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |