Added version number to footer
This commit is contained in:
parent
78d85d99f5
commit
15d8e4da77
2 changed files with 3 additions and 2 deletions
2
WebContent/footer.jsp
Normal file → Executable file
2
WebContent/footer.jsp
Normal file → Executable file
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
Powered by
|
||||
Java2EE And Tomcat. Zallery Gallery created by Ziver Koc.
|
||||
Java2EE And Tomcat. Zallery Gallery(v<%=Zallery.VERSION %>) created by Ziver Koc.
|
||||
<br>Built on the
|
||||
<a href="http://upthemes.com/themes/gallery/" title="Gallery Wordpress Theme" rel="designer">Gallery WordPress Theme</a>
|
||||
by
|
||||
|
|
|
|||
|
|
@ -31,7 +31,8 @@ import zutil.log.LogUtil;
|
|||
|
||||
public class Zallery extends HttpServlet{
|
||||
private static Logger logger = LogUtil.getLogger();
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public static final String VERSION = "1.0.0";
|
||||
|
||||
public static String WEBSITE_NAME = "Example.com";
|
||||
public static String WEBSITE_URL = "http://example.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue