diff options
-rw-r--r-- | demos/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html index 14ebc67eb..031aef1c8 100644 --- a/demos/index.html +++ b/demos/index.html @@ -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 } ?>
|