ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
layout.html.php
Go to the documentation of this file.
1<?php
5?>
6<!DOCTYPE html><?php echo $preface; ?>
7<html>
8 <head>
9 <meta charset="utf-8">
10 <meta name="robots" content="noindex,nofollow"/>
11 <title><?php echo $tpl->escape($page_title) ?></title>
12
13 <style><?php echo $stylesheet ?></style>
14 </head>
15 <body>
16
17 <div class="Whoops container">
18 <div class="stack-container">
19
20 <?php $tpl->render($panel_left_outer) ?>
21
22 <?php $tpl->render($panel_details_outer) ?>
23
24 </div>
25 </div>
26
27 <script><?php echo $prettify ?></script>
28 <script><?php echo $zepto ?></script>
29 <script><?php echo $clipboard ?></script>
30 <script><?php echo $javascript ?></script>
31 </body>
32</html>
html()
$tpl
Definition: ilias.php:10
An exception for terminatinating execution or to throw for unit testing.