From 8b4da475907e5b50eb90e25fa4905cf1e1dc93c9 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Fri, 26 Feb 2010 18:28:36 +0100 Subject: Fix logo size when stream is started --- includes/inc_stream.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/inc_stream.php') diff --git a/includes/inc_stream.php b/includes/inc_stream.php index abd1d57..1e65633 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -45,7 +45,9 @@ if (infostreamexist()) $logopath = "logos/nologoMEDIA.png"; } - print "
\r\n"; + + $logowidth = mediagetwidth($logopath); + print "
\r\n"; print " \r\n"; -- cgit v1.2.3