diff --git a/templates/themes/basic/index.html b/templates/themes/basic/index.html
index 755c970e..7bccdf4c 100644
--- a/templates/themes/basic/index.html
+++ b/templates/themes/basic/index.html
@@ -20,10 +20,7 @@
{% if news|count == 0 %}
(No news to show.)
diff --git a/templates/themes/donate/donate.html b/templates/themes/donate/donate.html
index 067feb29..582697ce 100644
--- a/templates/themes/donate/donate.html
+++ b/templates/themes/donate/donate.html
@@ -7,6 +7,7 @@
+ {% if config.font_awesome %}
{% endif %}
{{ boardlist.top }}
diff --git a/templates/themes/irc/info.php b/templates/themes/irc/info.php
new file mode 100644
index 00000000..8b31b011
--- /dev/null
+++ b/templates/themes/irc/info.php
@@ -0,0 +1,23 @@
+ 'IRC',
+ 'description' => 'Display a link to the lainchan irc',
+ 'version' => 'v1',
+
+ 'config' => array(
+ array('title' => 'Page title',
+ 'name' => 'title',
+ 'type' => 'text'),
+
+ array('title' => 'Slogan',
+ 'name' => 'subtitle',
+ 'type' => 'text',
+ 'comment' => '(optional)'),
+
+ array('title' => 'File',
+ 'name' => 'file',
+ 'type' => 'text',
+ 'default' => 'irc.html')),
+
+ 'build_function' => 'irc_build');
+?>
diff --git a/templates/themes/irc/irc.html b/templates/themes/irc/irc.html
new file mode 100644
index 00000000..ed9dc5ff
--- /dev/null
+++ b/templates/themes/irc/irc.html
@@ -0,0 +1,58 @@
+{% filter remove_whitespace %}
+
+
+
+
+
{{ settings.title }}
+
+
+
+
+
+
+
+ {{ boardlist.top }}
+
+
+ {% if config.url_banner %}
{% endif %}
+
+ {{ settings.title }}
+ {{ settings.subtitle }}
+
+
+
+
+
+
WELCOME TO CYBERIA
+
+
Welcome to lainchan's very own internet radio!
+ Unfortunately, due to our usage of HSTS, and the fact that our radio is http-only means that we can't properly place a player <audio> element at the current moment. In the next few days, we should have a proper reverse proxy set up, and the player will support https and therefore work on this page. Until then, please use any of the following playlists in your media player of choice.
+
+
+
+
+
+
+
+
+
+
+{% endfilter %}
diff --git a/templates/themes/irc/radio.html b/templates/themes/irc/radio.html
new file mode 100644
index 00000000..7f84134b
--- /dev/null
+++ b/templates/themes/irc/radio.html
@@ -0,0 +1,29 @@
+{% filter remove_whitespace %}
+
+
+
+
+
{{ settings.title }}
+
+
+
+
+
+
+
+ {{ boardlist.top }}
+
+
+
+ {{ settings.title }}
+ {{ settings.subtitle }}
+
+
+
+
+
Web Client - Point your own clients to #lainchan on irc.freenode.net.
+
+
+
+
+{% endfilter %}
diff --git a/templates/themes/irc/theme.php b/templates/themes/irc/theme.php
new file mode 100644
index 00000000..c9b45c33
--- /dev/null
+++ b/templates/themes/irc/theme.php
@@ -0,0 +1,27 @@
+ $settings,
+ 'config' => $config,
+ 'boardlist' => createBoardlist()));
+ }
+}
+
+?>
diff --git a/templates/themes/irc/thumb.png b/templates/themes/irc/thumb.png
new file mode 100644
index 00000000..0988ca68
Binary files /dev/null and b/templates/themes/irc/thumb.png differ
diff --git a/templates/themes/radio/radio.html b/templates/themes/radio/radio.html
index 7f84134b..2828b6e0 100644
--- a/templates/themes/radio/radio.html
+++ b/templates/themes/radio/radio.html
@@ -8,7 +8,8 @@
-
+
+
{{ boardlist.top }}
diff --git a/templates/themes/rules/info.php b/templates/themes/rules/info.php
old mode 100644
new mode 100755
diff --git a/templates/themes/rules/rules.html b/templates/themes/rules/rules.html
old mode 100644
new mode 100755
index d31b064a..ea339381
--- a/templates/themes/rules/rules.html
+++ b/templates/themes/rules/rules.html
@@ -7,6 +7,7 @@
+
diff --git a/templates/themes/rules/theme.php b/templates/themes/rules/theme.php
old mode 100644
new mode 100755
diff --git a/templates/themes/rules/thumb.png b/templates/themes/rules/thumb.png
old mode 100644
new mode 100755
diff --git a/templates/thread.html b/templates/thread.html
index 6de24aef..e533883d 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -48,10 +48,12 @@
{% include 'badges.html' %}
- - Tinyboard +
- vichan {{ config.version }} -
- Tinyboard Copyright © 2010-2014 Tinyboard Development Group
- vichan Copyright © 2012-2014 vichan-devel
+
+ - Tinyboard + vichan + lainchan {{ config.version }} -
+ Tinyboard Copyright © 2010-2014 Tinyboard Development Group
+ vichan Copyright © 2012-2014 vichan-devel
+ lainchan Copyright © 2014-2015 lainchan Administration
+
{% for footer in config.footer %}{{ footer }}
{% endfor %}