fixed js/css path

This commit is contained in:
kynd 2016-04-04 19:45:51 -07:00
parent 014504b9f5
commit 78600b082f

View File

@ -33,8 +33,8 @@ echo '
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
<!-- Gallery -->
<link type="text/css" rel="stylesheet" href="css/gallery.css">
<script type="application/javascript" src="src/gallery.php"></script>
<link type="text/css" rel="stylesheet" href="./css/gallery.css">
<script type="application/javascript" src="./src/gallery.php"></script>
<link type="text/css" rel="stylesheet" href="'.$path.'/css/style.css">