1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Removing icons from headline

This commit is contained in:
Tim Düsterhus 2012-04-18 20:49:23 +02:00
parent 2cc70345ce
commit 9180a02f30
2 changed files with 2 additions and 4 deletions

View File

@ -15,8 +15,7 @@
//]]> //]]>
</script> </script>
<header class="box48 boxHeadline"> <header class="boxHeadline">
<img src="{@$__wcf->getPath('wcf')}icon/{$action}1.svg" alt="" class="icon48" />
<hgroup> <hgroup>
<h1>{lang}wcf.acp.chat.room.{$action}{/lang}</h1> <h1>{lang}wcf.acp.chat.room.{$action}{/lang}</h1>
</hgroup> </hgroup>

View File

@ -9,8 +9,7 @@
//]]> //]]>
</script> </script>
<header class="box48 boxHeadline"> <header class="boxHeadline">
<img src="{@$__wcf->getPath('wcf')}icon/chat1.svg" alt="" class="icon48" />
<hgroup> <hgroup>
<h1>{lang}wcf.acp.chat.room.list{/lang}</h1> <h1>{lang}wcf.acp.chat.room.list{/lang}</h1>
</hgroup> </hgroup>