mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@6887 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e6421f9274
commit
ce60114a71
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
Loading…
Add table
Reference in a new issue