From 5cb790cbb4327d8864ba921a83dad85d3f7cc438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 6 Feb 2012 17:56:46 +0100 Subject: [PATCH] Blue icon in navigation --- file/icon/chat.svg | 58 ++++++++++++++++++++++++++++++ template/chatNavigationInclude.tpl | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 file/icon/chat.svg diff --git a/file/icon/chat.svg b/file/icon/chat.svg new file mode 100644 index 0000000..19808ff --- /dev/null +++ b/file/icon/chat.svg @@ -0,0 +1,58 @@ + + + + + Chat + Chat Icon (outlined) + + + + + + + + + + + + + + + + + diff --git a/template/chatNavigationInclude.tpl b/template/chatNavigationInclude.tpl index 1f31288..0c9f754 100644 --- a/template/chatNavigationInclude.tpl +++ b/template/chatNavigationInclude.tpl @@ -1,4 +1,4 @@ {if $templateName == 'chat'}
  • {lang}wcf.chat.protocol{/lang}
  • -
  • {lang}wcf.chat.title{/lang}
  • +
  • {lang}wcf.chat.title{/lang}
  • {/if} \ No newline at end of file