2003-01-24
|
In function i_am_this_url() the global var $PHP_SELF was changed to $REQUEST_URI.
This makes "in page menus" possible where the same page is called with
different parameter values. The idea was not from me, but after two crashes
in a row there was all mail correspondence lost, so I can not name the name here.
|
2002-10-11
|
Added support for image maps. When using this class at work,
I needed image map support.
|
| 2002-07-19 |
Changed readme.txt where
the faulty example
$ro->$imagedir = './pics/';
will generate a non working skript if followed.
Thanks to Kevin Payne for reporting this error.
|
| 2002-05-22 |
Three bugs corrected: 3 forgotten $this->es.
The bugs were in preload() and image().
Thanks to Cecilio Albero
|
| 2002-05-20 |
Define global var $rollover2_class_loaded to stop errors when reloaded multiple times.
This is PHP3 compatible behaviour.
|
| 2002-05-11 |
Downimg added. This image is shown, when the linked page is the
active page. No rollover effekt with this page, simple <img> only.
Parameter shifting: downimg is insertet as the 4th parameter in
addimage(). Parameters $alt, $link, $target and $layer are shifted
to the right.
|
| 2002-05-09 |
Initial Version.
|