2010-09-06 Miguel de Dios <miguel.dedios@artica.es>

* operation/events/sound_events.php: fixed the location of image in the
	header.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-09-07 13:17:28 +00:00
parent 13a1699566
commit e53be02bc6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-06 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/sound_events.php: fixed the location of image in the
header.
2010-09-06 Miguel de Dios <miguel.dedios@artica.es>
* ChangeLog: upload lost lines.

View File

@ -58,7 +58,7 @@ img {
echo "</style>";
echo "<body>";
echo "<h1 style='background: #66AA44; color: #fff;'><img src='images/pandora_header_logo.png'/>" . __("Sound Events") . "</h1>";
echo "<h1 style='background: #66AA44; color: #fff;'><img src='../../images/pandora_header_logo.png'/>" . __("Sound Events") . "</h1>";
$table = null;
$table->width = '100%';