demos/index.html - changed H1 to H3.

This commit is contained in:
Ca-Phun Ung 2008-12-29 19:44:16 +00:00
parent 7012495261
commit 1d2280575b

View File

@ -85,7 +85,7 @@
<div class="normal"> <div class="normal">
<?php if(isset($plain) && isset($_GET['load'])) { <?php if(isset($plain) && isset($_GET['load'])) {
echo html_entity_decode('&lt;h1&gt;'. $_GET['load'] .'&lt;/h1&gt;'); echo html_entity_decode('&lt;h3&gt;'. $_GET['load'] .'&lt;/h3&gt;');
include($section .'/index.html'); include($section .'/index.html');
echo html_entity_decode('&lt;iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"&gt;&lt;/iframe&gt;'); echo html_entity_decode('&lt;iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"&gt;&lt;/iframe&gt;');
} else { ?> } else { ?>