Elgg  Version 2.3
default.php
Go to the documentation of this file.
1 <?php
14 // we won't trust server configuration but specify utf-8
15 elgg_set_http_header('Content-type: text/html; charset=utf-8');
16 
17 ?>
18 <!DOCTYPE html>
19 <html>
20  <head>
21  <title><?php echo $vars['title']; ?></title>
22  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
23 
24  <style type="text/css">
25 
26  body {
27  text-align:left;
28  margin:0;
29  padding:0;
30  background: #4690d6;
31  font: 80%/1.5 "Lucida Grande", Verdana, sans-serif;
32  color: #333333;
33  }
34  p {
35  margin: 0px 0px 15px 0;
36  }
37  #elgg-wrapper {
38  background:white;
39  width:570px;
40  margin:auto;
41  padding:10px 40px;
42  margin-bottom:40px;
43  margin-top:20px;
44  border-right: 1px solid #666666;
45  border-bottom: 1px solid #666666;
46  }
47  .elgg-messages-exception {
48  background:#FDFFC3;
49  display:block;
50  padding:10px;
51  }
52  </style>
53 
54  </head>
55  <body>
56  <div id="elgg-wrapper">
57  <h1><?php echo $vars['title']; ?></h1>
58  <?php echo $vars['body']; ?>
59  </div>
60  </body>
61 </html>
font Verdana
Definition: admin.css.php:83
fieldset div
Definition: admin.css.php:485
list style type
Definition: admin.css.php:808
font sans serif
Definition: admin.css.php:83
clearfix elgg elgg elgg elgg page elgg page elgg head
Definition: admin.css.php:133
elgg widget content
Definition: admin.css.php:1305
ui datepicker title
Definition: admin.css.php:662
elgg page messages
Definition: admin.css.php:233
vertical align
Definition: admin.css.php:66
list style
Definition: admin.css.php:1234
h1
Definition: admin.css.php:85
html
Definition: admin.css.php:36
margin bottom
Definition: admin.css.php:38
border top
Definition: admin.css.php:390
margin right
Definition: admin.css.php:181
min width
Definition: admin.css.php:166
p
Definition: admin.css.php:118
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.css.php:138
border color
Definition: admin.css.php:42
body
Definition: admin.css.php:36
margin left
Definition: admin.css.php:294
elgg input text
Definition: admin.css.php:505
if(!array_key_exists($size, $icon_sizes)) $vars['size']
Definition: default.php:24
elgg_set_http_header($header, $replace=true)
Set a response HTTP header.
Definition: elgglib.php:114