mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
git-svn-id: file:///svn/phpbb/trunk@6887 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -113,7 +113,7 @@ function swatch(field)
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="{S_CONTENT_DIRECTION}">
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<div id="page-header">
|
<div id="page-header">
|
||||||
<h1>{L_ADMIN_PANEL}</h1>
|
<h1>{L_ADMIN_PANEL}</h1>
|
||||||
|
@@ -99,6 +99,6 @@ function swatch(field)
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="{S_CONTENT_DIRECTION}">
|
||||||
|
|
||||||
<div id="page-body" style="padding: 0 10px;">
|
<div id="page-body" style="padding: 0 10px;">
|
||||||
|
@@ -17,6 +17,6 @@
|
|||||||
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
|
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="{S_CONTENT_DIRECTION}">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
<div id="wrapcentre">
|
<div id="wrapcentre">
|
Reference in New Issue
Block a user