--------------------------------------
[Other] setuser loadingbar V1.0 (v7)
for PHP Fusion Version 7.x
by lippke (http://zicy.dk)
--------------------------------------

A mod that makes you see a loading bar when login in and out. for PHP-Fusion v7.01.xx
---------------------------------------
1. Installation
---------------------------------------

Upload the file "setuser.php"to the root of your website.

---------------------------------------
If your setuser.php is modet:

find:

echo "<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' /><br /><br />\n";

and insert directly after:

echo "<img src='".IMAGES."loading.gif' border='0' alt='' />";
echo "<p></p>";
=======================================
modet file is included
---------------------------------------

thats it ;-)

---------------------------------------
Changelog:


    * v1.0
        first public release
---------------------------------------