Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
Removed some unnecessary comment lines.
  • Loading branch information
fuzzymannerz authored Sep 10, 2016
1 parent 9288c56 commit ca13256
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,8 @@
<meta name="theme-color" content="#ffffff">
<title><?php echo $wtitle; ?></title>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>

<!-- *********************************************************************** -->

<!-- Change "simplex" to one of the themes in css/themes to change the theme -->
<!-- You can see what they look like at bootswatch.com -->
<link href="css/themes/<?php echo $config["theme"]; ?>.css" rel="stylesheet" id="themestyle">

<!-- *********************************************************************** -->


<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
Expand Down

0 comments on commit ca13256

Please sign in to comment.