Added env var eys to ZalleryCOnstants and some work on tag files

This commit is contained in:
Ziver Koc 2018-08-13 21:51:19 +02:00
parent 8ea4f0d6d5
commit 0c05dd0c27
8 changed files with 39 additions and 19 deletions

View file

@ -1,6 +1,7 @@
<%@tag description="Header template" pageEncoding="UTF-8" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
<%@attribute name=”showMessages” %>
<!DOCTYPE html>
<html lang="en">
<head>
@ -9,7 +10,7 @@
<meta name="author" content="Ziver Koc">
<link rel="icon" href="favicon.ico">
<title>Koc.se</title>
<title>${WEBSITE_NAME}</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
@ -24,6 +25,8 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<jsp:doBody />
</head>
<body>