Removed html specific to htaccessbuilder.com

Enabled inclusion of custom html and config.
This commit is contained in:
2013-02-08 20:47:30 +00:00
parent cc66e22142
commit 5949059f99
5 changed files with 106 additions and 144 deletions

View File

@@ -1,26 +1,21 @@
<div style="clear: both;">&nbsp;</div>
</div> <!-- / content -->
<?php if (isset($sidebar) && $sidebar == True) include('sidebar.php'); ?>
</div><!-- / page-content -->
</div><!-- / page-bgbtm -->
</div><!-- / page-bgtop -->
</div><!-- / page -->
</div><!-- / wrapper -->
<?php include('footer.php'); ?>
<div style="clear: both;">&nbsp;</div>
<script type="text/javascript">
var uvOptions = {};
(function() {
var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/3Kr8ahaGdYLcNwpTEtA7fQ.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
})();
</script>
</body>
</html>
<!--
GentleBreeze Design by Free CSS Templates
<div style="clear: both;">&nbsp;</div>
</div> <!-- / content -->
<?php if (isset($sidebar) && $sidebar == True) include('sidebar.php'); ?>
</div><!-- / page-content -->
</div><!-- / page-bgbtm -->
</div><!-- / page-bgtop -->
</div><!-- / page -->
</div><!-- / wrapper -->
<?php include('footer.php'); ?>
<div style="clear: both;">&nbsp;</div>
<?php
if (is_file(dirname(__FILE__).'/bottom-custom.php'))
include(dirname(__FILE__).'/bottom-custom.php');
?>
</body>
</html>
<!--
GentleBreeze Design by Free CSS Templates
-->