From 17e8be1f79ed60a7caaf29c98f812d0dc5ea7717 Mon Sep 17 00:00:00 2001
From: Xkeeper <xkeeper@gmail.com>
Date: Sun, 9 Aug 2015 14:26:36 -0700
Subject: [PATCH] turning version text into github link

---
 lib/layout.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/layout.php b/lib/layout.php
index 2feddf5..3bd594d 100644
--- a/lib/layout.php
+++ b/lib/layout.php
@@ -520,7 +520,7 @@
 		</td>
 		<td>
 			{$smallfont}
-			Acmlmboard - ". (file_exists('version.txt') ? file_get_contents("version.txt") : shell_exec("git log --format='commit %h [%ad]' --date='short' -n 1")) ."
+			Acmlmboard - <a href='https://github.com/Xkeeper0/jul'>". (file_exists('version.txt') ? file_get_contents("version.txt") : shell_exec("git log --format='commit %h [%ad]' --date='short' -n 1")) ."</a>
 			<br>&copy;2000-". date("Y") ." Acmlm, Xkeeper, Inuyasha, et al. 
 			</font>
 		</td>