Elgg  Version 1.11
default.php
Go to the documentation of this file.
1 <?php
14 // we won't trust server configuration but specify utf-8
15 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>
ui datepicker title
Definition: admin.php:616
font sans serif
Definition: admin.php:83
elgg input text
Definition: admin.php:490
body
Definition: admin.php:36
p
Definition: admin.php:118
elgg page messages
Definition: admin.php:233
margin right
Definition: admin.php:181
h1
Definition: admin.php:85
fieldset div
Definition: admin.php:470
vertical align
Definition: admin.php:66
min width
Definition: admin.php:166
border top
Definition: admin.php:386
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.php:127
margin bottom
Definition: admin.php:38
clearfix elgg elgg elgg elgg page elgg page elgg head
Definition: admin.php:127
html
Definition: admin.php:36
border color
Definition: admin.php:42
elgg echo
Translates a string.
Definition: languages.js:43
font Verdana
Definition: admin.php:83
if(!array_key_exists($size, $icon_sizes)) $vars['size']
Definition: default.php:23
list style
Definition: admin.php:1174
elgg widget content
Definition: admin.php:1245
clearfix elgg elgg elgg elgg page header
Definition: admin.php:127
The Sprites are copyright © GentleFace http
list style type
Definition: admin.php:748
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
Definition: LICENSE.txt:157
margin left
Definition: admin.php:290