r1254 - trunk/demos

r1254 - trunk/demos


Author: paul.bakaus
Date: Tue Dec 23 09:08:26 2008
New Revision: 1254
Modified:
trunk/demos/index.html
Log:
demos: overview file headers are not included if $plain is set in php
Modified: trunk/demos/index.html
==============================================================================
--- trunk/demos/index.html    (original)
+++ trunk/demos/index.html    Tue Dec 23 09:08:26 2008
@@ -1,3 +1,4 @@
+<?php if(!isset($plain)) { ?>
<!doctype html>
<html lang="en">
<head>
@@ -25,6 +26,7 @@
    </script>
</head>
<body>
+<?php } ?>
<table cellspacing="0" cellpadding="0" class="layout-grid" id="functional">
    <tr>
        <td class="left-nav">
@@ -81,6 +83,7 @@
        </td>
    </tr>
</table>
-
+<?php if(!isset($plain)) { ?>
</body>
</html>
+<?php } ?>