aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/default.template
diff options
context:
space:
mode:
authordvs12025-01-15 17:40:45 +1000
committerdvs12025-01-15 17:40:45 +1000
commit6f49b98999767ba45a0ff24c498a6708ae0c7183 (patch)
treeb4950048b82f7f7e5fc0a7d69a72dcf0634f6ab0 /default.template
parentSwap trail and header. (diff)
downloadnotYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.zip
notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.tar.gz
notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.tar.bz2
notYetAnotherWiki-6f49b98999767ba45a0ff24c498a6708ae0c7183.tar.xz
Make the logo clickable.
Diffstat (limited to 'default.template')
-rw-r--r--default.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.template b/default.template
index b72033d..fd7889a 100644
--- a/default.template
+++ b/default.template
@@ -25,7 +25,7 @@
25 <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> 25 <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red">
26 <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> 26 <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;">
27 <tr> 27 <tr>
28 <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> 28 <td><a href="$home$"><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></a></td>
29 <td><p>&#x1f463; &nbsp; $trail$</p></td> 29 <td><p>&#x1f463; &nbsp; $trail$</p></td>
30 </tr> 30 </tr>
31 <tr> 31 <tr>