Removed html specific to htaccessbuilder.com
Enabled inclusion of custom html and config.
This commit is contained in:
@@ -1,26 +1,21 @@
|
||||
<div style="clear: both;"> </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;"> </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;"> </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;"> </div>
|
||||
<?php
|
||||
if (is_file(dirname(__FILE__).'/bottom-custom.php'))
|
||||
include(dirname(__FILE__).'/bottom-custom.php');
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
<!--
|
||||
GentleBreeze Design by Free CSS Templates
|
||||
-->
|
||||
Reference in New Issue
Block a user