The default operation on PHPFusion, at times, makes for LONG pages. And once at the bottom of the page, no real easy way to get back to the top for most users, where they can see the menu to do anything else.
I made a 'small' modification to my site, to get around this issue.
in subheader.php, where it says:
<body bgcolor='$body_bg' text='$body_text'>\n";
I changed to:
<body bgcolor='$body_bg' text='$body_text'>\n";
echo "<a name='Top' id='Top'></a>";
Then in the System Admin, Main Settings, Site Footer, I added:
<a href='#Top'><input type='button' value='Return To Top' class='button' /></a>
By using the input button, it auto gets the color of the site, regardless of theme you are using (simplier than making button images for every theme)
This can be put in a table, or whatever. I have it added there twice, on far right and far left, just for an even look
That <a href.. should be changed to just a onclick function, but I didnt want to spend the time researching the right format for that (hey, ok, I'm lazy! <grin>)
This could be added to footer.php if you wanted to make it a perminate fixture
Anyone interested in seeing this, its implimented on my site