hi,
when logging out of the administration panel via the admin toolbox the url is of the form `www.mywebsite.com/?album=myalbum&image=myimage` which looks like it is not a proper url because it falls back on the homepage instead of staying on the page we were on. should the link not have `index.php` just before `?album...` ?
my theme is a derivative of zpgalleriffic but the problem is the same if i switch to the officially supported zenpage theme.
i was wondering if the `$redirect` variable in the `printAdminToolbox` function should not be initialized to `index.php` instead of being empty ?
frank
Comments