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:
parent
13a1699566
commit
e53be02bc6
|
@ -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>
|
2010-09-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* ChangeLog: upload lost lines.
|
* ChangeLog: upload lost lines.
|
||||||
|
|
|
@ -58,7 +58,7 @@ img {
|
||||||
echo "</style>";
|
echo "</style>";
|
||||||
echo "<body>";
|
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 = null;
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
|
|
Loading…
Reference in New Issue