[imp] IMP and frames
Dominic Epsom
Dominic.Epsom@bmw.de
Fri, 24 Nov 2000 13:37:06 +0100
---------------------- multipart/mixed attachment
Hi..
this is not too tricky. =20
its in your imp installation folder..under the folder "templates" .. so
<imp installation dir>/templates.
cd status
then you edit the file called body.inc..
here is my body.inc.. where i have an extra row in my table, an image,
and no imp version..
<table border=3D"0" width=3D"100%">
<tr>
<td valign=3D"top" align=3D"center">
<img src=3D "<?php echo "$default->graphics_url/banner_top.gif" ?>">
</td>
</tr>
<tr>
<td valign=3D"top" align=3D"left">
<?php if (!isset($status) || ($status =3D=3D '')) $status =3D 'green'; ?>=
<img src=3D"<?php echo "$default->graphics_url/$status.gif" ?>"
alt=3D"<?php echo $lang$
<b><font face=3D"<?php echo $default->text_on_dark->face; ?>" color=3D"<?ph=
p
echo $defaul$
<?php
if (!empty($message)) echo $message;
else echo $lang->login_msg;
?>
</font></b>
</td>
<td align=3D"right" valign=3D"top">
</td>
</tr>
</table>
i would recommend making a backup of this file first :)
hope this helps
dominic
sama@supridad.com.br schrieb:
>=20
> Hi,
>=20
> IMP is really an excellent Webmail ! This is working fine on my
> system but, I have two questions about it.
>=20
> On the top of the Webmail there is a frame where the IMP put the=
> information about version, something like: IMP, Version 2.2.3. I would li=
ke
> to know How can I increase this frame and how can I get out the IMP vers=
ion
> from this frame.
>=20
> thanks,
>=20
> Roberto Samarone Ar=E1ujo
>=20
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
---------------------- multipart/mixed attachment--