Browse Source

Remove some rarely used HTML clutter

Recreate it on demand
undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
12e13e1cb0
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      design/privatefooter.php

+ 0
- 9
design/privatefooter.php View File

@@ -54,8 +54,6 @@ $Debug->ocelot_table();
<? } ?> <? } ?>


</div> </div>
<div id="lightbox" class="lightbox hidden"></div>
<div id="curtain" class="curtain hidden"></div>
<? <?
global $NotificationSpans; global $NotificationSpans;
if (!empty($NotificationSpans)) { if (!empty($NotificationSpans)) {
@@ -64,12 +62,5 @@ if (!empty($NotificationSpans)) {
} }
} }
?> ?>
<!-- Extra divs, for stylesheet developers to add imagery -->
<div id="extra1"><span></span></div>
<div id="extra2"><span></span></div>
<div id="extra3"><span></span></div>
<div id="extra4"><span></span></div>
<div id="extra5"><span></span></div>
<div id="extra6"><span></span></div>
</body> </body>
</html> </html>

Loading…
Cancel
Save