|
Revision 942, 386 bytes
(checked in by ben, 2 years ago)
|
Rejigged, sturdier, happier admin panel including a visual installer. The error messages given when Elgg doesn't have config.php or .htaccess are now a lot friendlier, and try to point users in the right direction.
|
| Line | |
|---|
| 1 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 2 |
<head> |
|---|
| 3 |
<title>Elgg administration</title> |
|---|
| 4 |
<link href="admin.css" rel="stylesheet" type="text/css" /> |
|---|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 |
</head> |
|---|
| 7 |
<body> |
|---|
| 8 |
<div id="container"><!-- start container --> |
|---|
| 9 |
<div id="header"><!-- start header --> |
|---|
| 10 |
<h1>Elgg - administration panel</h1> |
|---|
| 11 |
</div><!-- end header --> |
|---|