git-svn-id: file:///svn/phpbb/trunk@6887 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley 2007-01-14 22:29:05 +00:00
parent e6421f9274
commit ce60114a71
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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;">

View file

@ -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">