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>
elgg_set_http_header($header, $replace=true)
Set a response HTTP header.
Definition: elgglib.php:114
border color
Definition: admin.css.php:42
clearfix elgg elgg elgg elgg page elgg page elgg head
Definition: admin.css.php:127
html
Definition: admin.css.php:36
elgg page messages
Definition: admin.css.php:233
list style type
Definition: admin.css.php:808
ui datepicker title
Definition: admin.css.php:662
font Verdana
Definition: admin.css.php:83
fieldset div
Definition: admin.css.php:485
margin bottom
Definition: admin.css.php:38
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.css.php:127
elgg echo
Translates a string.
Definition: languages.js:48
margin right
Definition: admin.css.php:181
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition plus the scripts used to control compilation and installation of the executable as a special exception
if(!array_key_exists($size, $icon_sizes)) $vars['size']
Definition: default.php:24
p
Definition: admin.css.php:118
list style
Definition: admin.css.php:1234
margin left
Definition: admin.css.php:294
elgg input text
Definition: admin.css.php:505
min width
Definition: admin.css.php:166
h1
Definition: admin.css.php:85
font sans serif
Definition: admin.css.php:83
vertical align
Definition: admin.css.php:66
elgg widget content
Definition: admin.css.php:1305
body
Definition: admin.css.php:36
border top
Definition: admin.css.php:390